-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
29 lines (29 loc) · 965 Bytes
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="resume.css" rel="stylesheet">
</head>
<body>
<header>
<div class="line">
<h4 class="blue"><a href="#Logo">WebAlice</a></h4>
</div>
</header>
<main>
<div class="centerg">
<h1>Welcome to my homepage!</h1>
<p>Here you can find various information about me and my interests.</p>
<p><a href="resumeefdf.html">About Me</a></p>
<p><a href="projects(empty).html">Projects</a></p>
</div>
</main>
<footer>
<h2 class="AboutMe">About Me</h2>
<p>I am a web developer with a passion for coding and design. I love creating intuitive, dynamic user experiences on the web.</p>
<p>Copyright © FireDestik Corp. 2023</p>
</footer>
</body>
</html>