-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlevels.html
161 lines (143 loc) · 8.07 KB
/
levels.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Levels | Level Up German</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="levelupgerman.css">
<link rel="icon" type="image/x-icon" href="" />
<!-- The below link is to the Bootstrap 3.3.5 default CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Bootstrap 3.3.5 core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Lora&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body id="wrapper">
<header>
</header>
<nav class="navbar navbar-default" id="navbar-override">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Level Up German</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="placementtest.html">Placement Test</a></li>
<li class="active"><a href="#">Levels</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</nav>
<main>
<div id="top-grid">
<div id="hero">
<img class="desktop-off" src="assets/tubingen_1000x320.jpg" alt="Tübingen">
<img class="desktop-on" src="assets/tubingen_429x190.jpg" alt="Tübingen">
</div>
<div id="main-text">
<h1>Leveled Content</h1>
<p>Here you'll find videos, blog posts and online activities designed to challenge and improve your German language skills and culture understanding no matter where you're starting from. </p>
</div>
</div>
<div id="feature">
<div id="text-one">
<h2>A1</h2>
<p>Beginner level. You can use basic phrases, introduce yourself and ask/answer questions about personal details and common objects.</p>
<div class="button-container">
<button id="test-yourself-button" onclick="toggleA1LevelContent()">Get started</button>
</div>
<div id="A1-links">
<ul class="resourcelist">
<li><a href="https://learngerman.dw.com/en/beginners/c-36519789" target="_blank">Nicos Weg A1</a></li>
<li><a href="https://www.youtube.com/watch?v=cyRDSqopIyA&list=PLk1fjOl39-53yooogv6RaJAK29mx7nz1d
" target="_blank">Easy German A1 Collection</a></li>
<li><a href="https://www.fluentu.com/blog/german/" target="_blank">FluentU Learner Blog</a></li>
</ul>
</div>
</div>
<div id="img-one" class=><img src="assets/gasse_330x330.jpg" alt="Narrow German street" /></div>
<div id="text-two">
<h2>A2</h2>
<p>Upper beginner level. You can communicate simply about routine tasks, family, and basic locations and geography. You can make basic requests about needs.</p>
<div class="button-container" class="desktop-off">
<button class="get-started-button" onclick="toggleA2LevelContent()"">Get started</button>
</div>
<div id="A2-links">
<ul class="resourcelist">
<li><a href="https://learngerman.dw.com/en/beginners-with-prior-knowledge/c-36519797
" target="_blank">Nicos Weg A2</a></li>
<li><a href="https://www.youtube.com/watch?v=cyRDSqopIyA&list=PLk1fjOl39-53yooogv6RaJAK29mx7nz1d
" target="_blank">Easy German A2 Collection</a></li>
<li><a href="https://learngerman.dw.com/de/das-deutschlandlabor/c-53074503" target="_blank">Das Deutschlandlabor</a></li>
</ul>
</div>
</div>
<div id="image-two"><img src="assets/schloss_330x330.jpg" alt="Castle on a cliff"></div>
<div id="text-three">
<h2>B1</h2>
<p>Intermediate Level. You can understand the main points of common interactions at work, school or while travelling. You can begin to explain personal opinions, dreams and ambitions.</p>
<div class="button-container">
<button class="get-started-button" onclick="toggleB1LevelContent()">Get started</button>
</div>
<div id="B1-links">
<ul class="resourcelist">
<li><a href="https://learngerman.dw.com/en/fortgeschrittene/c-36519718" target="_blank">Nicos Weg B1</a></li>
<li><a href="https://learngerman.dw.com/de/jojo-sucht-das-gl%C3%BCck/c-53437698" target="_blank">Jojo Sucht das Glück Telenovela</a></li>
</ul>
</div>
</div>
<div id="image-three"><img src="assets/turm_330x330.jpg" alt="Clock Tower"></div>
<div id="text-four">
<h2>B2</h2>
<p>Upper Intermediate Level. You can understand the main ideas of more complex or unknown texts and discussions. Your interactions are more fluent and spontaneous. Conversations with native speakers are less challenging.</p>
<div class="button-container" class="desktop-off">
<button class="get-started-button" onclick="toggleB2LevelContent()">Get started</button>
</div>
<div id="B2-links">
<ul class="resourcelist">
<li><a href="https://learngerman.dw.com/de/ticket-nach-berlin/c-55320903" target="_blank">Ticket nach Berlin</a></li>
<li><a href="https://www.dw.com/de/deutsch-lernen/nachrichten/s-8030" target="_blank">Slowly-spoken News</a></li>
<li><a href="https://www.dw.com/de/deutsch-lernen/bandtagebuch/s-13891" target="_blank">Das Bandtagebuch</a></li>
<li><a href="https://www.dw.com/en/das-sagt-man-so-englischer-teaser/a-19410242" target="_blank">Das Sagt Man So Podcast</a></li>
</ul>
</div>
</div>
<div id="img-four"><img src="assets/waldenbuch_fountain_330x330.jpg" alt="Fountain" /></div>
<div id="text-five">
<h2>C1</h2>
<p>Advanced Level. You can understand the main ideas of complex or abstract topics, technical topics in your field. Your language production is clear and interactions with native speakers are smooth.</p>
<div class="button-container">
<button class="get-started-button" onclick="toggleC1LevelContent()">Get started</button>
</div>
<div id="C1-links">
<ul class="resourcelist">
<li><a href="https://www.dw.com/de/deutsch-lernen/alltagsdeutsch/s-9214" target="_blank">Alltagsdeutsch Podcast</a></li>
<li><a href="https://www.youtube.com/watch?v=8erR5aYGa-A&list=PLk1fjOl39-53pjPz2VLCeu5vjOUMKZ22O" target="_blank">Easy German C1 Collection</a></li>
<li><a href="https://www.n-joy.de/podcast/eine_stunde_mit_eva_schulz/index.html" target="_blank">Eva Schulz Podcast</a></li>
</ul>
</div>
</div>
<div id="img-five"><img src="assets/fachwerk_haus_330x330.jpg" alt="Fachwerk House" /></div>
</div>
</main>
<footer>
<p>Level Up German ©2020</p>
<p>Designed and Developed by Deana Jackson</p>
</footer>
<script src="levels.js"></script>
</body>
</html>