-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Anna Werner GitHub Pages</title>
</head>
<body>
<h1>Anna Werners GitHub Pages</h1>
<p>You can find different projects and tests in these pages. All are written by myself, sometimes with help and/or course instructions.</p>
<h2>Simple HTML and CSS Pages</h2>
<ul>
<li><a href="https://anna-werner.github.io/ColmarAcademy/">Responsive Layout with different media types</a></li>
<li><a href="https://anna-werner.github.io/SecretAgentSupply/">Simple Responsive Layout</a></li>
<li><a href="https://anna-werner.github.io/my-times/">Newspaper Layout</a></li>
<li><a href="https://anna-werner.github.io/tea-cozy/">Page Layout with parallax effect</a></li>
<li><a href="https://anna-werner.github.io/excursion/">Simple Video integration</a></li>
</ul>
<h2>Theme Ideas</h2>
<ul>
<li><a href="https://anna-werner.github.io/fromA2C/">First drafts</a></li>
</ul>
<h2>Simple jQuery/JS Integration</h2>
<ul>
<li><a href="https://anna-werner.github.io/match-game/">A jQuery Match Game</a></li>
<li><a href="https://anna-werner.github.io/JumpStart/">JS Slider and Scroll Effect plus CSS effects
</a></li>
</ul>
</body>
</html>