forked from Technigo/project-p1-first-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.36 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
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aline's page</title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<!--
Write your code here inside the body to make it appear in the browser.
Below is an example on how to use an image tag. Copy it and add it in the body, but outside the comment tag if you want to see how it looks like on the website. Then you can change the size and other styling for it in the css file.
<img src="example-recipe-background.png" alt="Banana Bread">
-->
<h1 class="top-heading">Aline Schlunegger</h1>
<h2 class="second-heading">Film-Online-Marketing-Redaktion 🎬✏️💬📱</h2>
<div class="light-coral-box">
<p class="paragraphs">🎬 Film - und alle anderen Formate, die bewegen.<p>
<p class="paragraphs">Erfahrungen in: </p>
<p class="paragraphs">🎟 Filmmarketing</p>
<p class="paragraphs">🖋 Filmkritik</p>
<p class="paragraphs">📺 Vertrieb und Verleih</p>
<p class="paragraphs">🌎 International und national</p>
<p class="paragraphs">#️⃣🎞 Online und offline</p>
<p class="paragraphs">👩🏻🎓 funderiertes kultur- und filmwissenschaftliches Wissen.</p>
</div>
</body>
</html>
<menu class="Menutab">
<a href="./about.html">This is me...</a>
</menu>