-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (43 loc) · 1.93 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Agbalumo&family=Butcherman&family=Calligraffitti&family=Dancing+Script:wght@600&family=Lato:wght@300&family=Montserrat:wght@600&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans&family=Pacifico&family=Parisienne&family=Poppins&family=Quicksand:wght@500&family=Raleway&family=Roboto&family=Tangerine:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal website</title>
</head>
<body>
<div class="header">
<div class="header-name">
<h1>Carl D Moreau</h1>
</div>
<div class="header-navigation">
<h4><a class="nav-but" id="current" href="index.html">Home</a></h4>
<h4><a class="nav-but" href="about.html">About</a></h4>
<h4><a class="nav-but" href="portfolio.html">Projects</a></h4>
</div>
</div>
<div class="bix-box">
<div class="profile-talent-box">
<div>
<img src="profile-pic.jpg">
</div>
<div class="talent-prof-box">
<h2>Web Designer | Musician | Filmmaker</h2>
</div>
</div>
<div class="des-box">
<p>Currently studying at Fullstack Academy, coding since 1987, I always want to code some more
I like working in teams and love to help anyway I can.
</p>
<h3 id="quote">"Don't be useful. Be useless. So nobody can use you" <br> -Sun Tzu, The art of war</h3>
</div>
</div>
<a id="cont-link" href="contact.html">
<button id="contact-me-but">Contact me</button>
</a>
</body>
</html>