-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspanish.html
100 lines (89 loc) · 4.59 KB
/
spanish.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spanish</title>
<script>
function redirectToWebsite1() {
// Replace "https://example.com" with the URL you want to redirect to
window.location.href = "https://www.cervantes.to/test_inicial.html#:~:text=Spanish%20Test,-Test%20Your%20Spanish&text=The%20Cervantes%20Spanish%20language%20test,answer%20is%20given%20in%20Spanish.";
}
</script>
<script>
function redirectToWebsite2() {
// Replace "https://example.com" with the URL you want to redirect to
window.location.href = "https://www.esl-languages.com/en/online-language-tests/spanish-test";
}
</script>
<link rel="stylesheet" href="langstyle.css">
<script src="langscript.js" defer></script>
</head>
<body>
<div class="heading">
<h1> Spanish</h1>
</div>
<div id="navbar">
<a class ="nvbr" href="">Daily Dose</a>
<a class ="nvbr" href="">Add Notes</a>
<a class ="nvbr" href="">Doubt Session</a>
<a class ="nvbr" href="">Let's Interact</a>
</div>
<div class="Step1">
<div class="lang-img">
<img id="langImg" src="https://coursenewsdaily.com/wp-content/uploads/2022/10/spanish_9.jpg">
<!-- <p>Yo hablo español...</p> -->
</div>
<h3> STEP 1: BASICS</h3>
<h4> A. BASIC PHRASES</h4>
<p> Theory Resource: <a href="https://www.solosholidays.co.uk/useful-spanish-phrases-every-traveller-should-know/"> Click here! </a></p>
<p> Practice Question: <a href="https://study.com/academy/practice/quiz-worksheet-conversational-spanish-phrases.html"> Click here!</a></p>
<h4> B. INTRODUCE YOURSELF</h4>
<p>Theory Resource: <a href="https://www.thoughtco.com/how-to-introduce-yourself-in-spanish-3078122"> Click here! </a></p>
<p> Practice Question: <a href="https://study.com/academy/exam/course/spanish.html"> Click here!</a></p>
</div>
<div class="Step2">
<h3> STEP 2: LET'S LISTEN SOME MUSIC!</h3>
<select id="dropdown">
<option value="">Select a song</option>
<option value="https://www.youtube.com/watch?v=xSu3TH3m8P4&t=1s">El Cantante</option>
<option value="https://www.youtube.com/watch?v=HYZBULGd7CU">Vivir mi vida</option>
<option value="https://www.youtube.com/watch?v=5L0dQjw7s9I">Eres</option>
<option value="https://www.youtube.com/watch?v=n-vAi7pVLHE">Historia de Taxi</option>
<option value="https://www.youtube.com/watch?v=cplnTUASvM8">Todos Me Miran</option>
<option value="https://www.youtube.com/watch?v=t9_RroQyNIg"> Bailando</option>
<option value="https://www.youtube.com/watch?v=NiBq43cWF4o">Manos al Aire</option>
</select>
</div>
<div class="Step3">
<h3> STEP 3: GRAMMAR </h3>
<h4>A. BASIC LEVEL</h4>
<p> Theory Resource: <a href="https://www.spanishpod101.com/blog/2021/03/18/spanish-grammar-overview/"> Click here!</a></p>
<p>Practice Questions:<a href="https://uwm.edu/language-resource-center/resources/spanish/grammar-quizzes/">Click here!</a></p>
<h4>B. INTERMEDIATE LEVEL</h4>
<p> Theory Resource: <a href="https://121spanish.com/i-grammar">Click here!</a></p>
<p>Practice Questions:<a href="https://uwm.edu/language-resource-center/resources/spanish/grammar-quizzes/">Click here!</a></p>
<h4> C. ADVANCED LEVEL</h4>
<p> Theory Resource: <a href="https://spanishviaskype.com/advanced-spanish-grammar-rules-you-should-know/"> Click here!</a></p>
<p>Practice Questions:<a href="https://uwm.edu/language-resource-center/resources/spanish/grammar-quizzes/">Click here!</a></p>
</div>
<div class="Step4">
<h3> STEP 4: LET'S WATCH SOME MOVIES!</h3>
<select id="dropdown">
<option value="">Select a movie</option>
<option value="">Tres metros sobre el cielo</option>
<option value="">Como agua para chocolate</option>
<option value="">Diarios de motocicleta</option>
<option value="">El laberinto del fauno</option>
<option value="">Mar adentro</option>
<option value="">El carro</option>
<option value="">El hijo de la novia</option>
</select>
</div>
<div class="Step5">
<h3> STEP 5: TEST TIME!!</h3>
<button onclick="redirectToWebsite1()">TEST 1</button>
<button onclick="redirectToWebsite2()">TEST 2</button>
</div>
</body>
</html>