-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgerman.html
More file actions
152 lines (134 loc) · 4.68 KB
/
german.html
File metadata and controls
152 lines (134 loc) · 4.68 KB
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
<!DOCTYPE html>
<html>
<head>
<title>German Learning Resources</title>
<style>
body {
background-image: url('bg.avif');
background-size: cover;
background-repeat: no-repeat;
}
.navbar {
background-color: #db12de;
overflow: hidden;
}
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
background-color: #000000;
color: #db4589;
}
.container {
margin: 20px;
padding: 20px;
background-image: url('bg.avif');
background-size: cover;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.section {
margin-bottom: 20px;
padding: 20px;
background-image: url('bg.avif');
background-size: cover;
border: 1px solid #ddd;
border-radius: 5px;
}
h1 {
font-size: 32px;
color: #333;
text-align: center;
}
h2 {
font-size: 24px;
color: #9a34db;
}
.resource-list {
list-style-type: disc;
margin-left: 20px;
}
.resource-list a {
color: #0074d9;
text-decoration: none;
}
.resource-list a:hover {
text-decoration: underline;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="navbar">
<a href="welcome.php">Home</a>
<a href="about.php">About</a>
<a href="logout.php">Logout</a>
</div>
<div class="container">
<h1>Welcome to German Learning Resources</h1>
<h1>Willkommen! <img class="flag" src="germany.png" alt="German Flag"></h1>
<style>
.flag {
width: 30px;
vertical-align: middle;
}
</style>
<div class="section">
<h2>Grammar for Beginners</h2>
<ul class="resource-list">
<li><a href="https://learngerman.dw.com/en/grammar">A course by DW</a></li>
<li><a href="https://www.fluentu.com/blog/german/german-grammar-rules/">Basic German Rules</a></li>
<li><a href="https://www.germanpod101.com/blog/2021/03/18/german-grammar-overview/">German Grammar Overview</a></li>
</ul>
</div>
<div class="section">
<h2>Spoken German</h2>
<ul class="resource-list">
<li><a href="https://www.fluentu.com/blog/german/learn-spoken-german/">Spoken German Cheat Sheet</a></li>
<li><a href="https://www.busuu.com/en/languages/speak-german-fluently">Tips to Speak German Fluently</a></li>
<li><a href="https://www.open.edu/openlearn/languages/intermediate-german-understanding-spoken-german/content-section-0?active-tab=description-tab">Understanding Spoken German</a></li>
</ul>
</div>
<div class="section">
<h2>German Video Resources</h2>
<ul class="resource-list">
<li><a href="https://www.youtube.com/@LearnGermanOriginal">Learn German Playlist </a></li>
<li><a href="https://www.youtube.com/watch?v=xg60VxyK-9I&ab_channel=LearnGermanwithGermanPod101.com">Learn Basics in 25 Minutes </a></li>
<li><a href="https://www.youtube.com/watch?v=zMO9Ew8n7MM&ab_channel=OuinoLanguages">Easy and Slow Converstaions </a></li>
</ul>
</div>
<div class="section">
<h2>Preparing for <a href="https://www.goethe.de/de/index.html"> German Proficiency Test?</a> Look no further...</h2>
<ul class="resource-list">
<h3>Fast track to A1-A2 Level</h3>
<li><a href="https://www.youtube.com/playlist?list=PLF9mJC4RrjIhS4MMm0x72-qWEn1LRvPuW">German Lesson- A1</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLF9mJC4RrjIhv0_YjWvC0pmM1EZlVylBt">German Lesson- A2</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLk1fjOl39-50WX8xiXwIBUcbdtMjlaZSj">A1-A2 for Absolute Beginners </a></li>
<h3>Intermediate B1-B2 Level</h3>
<li><a href="https://www.youtube.com/playlist?list=PLF9mJC4RrjIhhEGuI2x4_WWaIyn9q7MzV">German Lessons- B1</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLk1fjOl39-51lvdiuQYsLW-0aGIdNNknA">German Lessons- B2</a></li>
<h3>C1-C2 Level</h3>
<li><a href="https://www.youtube.com/playlist?list=PLk1fjOl39-53pjPz2VLCeu5vjOUMKZ22O">Advanced C1-C2</a></li>
</ul>
</div>
<div class="section">
<h2>German News Channel</h2>
<ul class="resource-list">
<li><a href="https://www.dw.com/en/top-stories/s-9097">Deutsche Welle </a></li>
</ul>
</div>
</div>
</body>
</html>