-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio skeleton</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet" />
</head>
<body>
<main>
<header>
<nav class="navbar">
<div class="menu-ham">
<img src="images/icon-menu.svg" alt="ham icon menu"/>
</div>
</nav>
</header>
<section class="intro">
<div>
<h1 class="name">Charlie Giorgania</h1>
<p class="intro-text">
Hello! I am a software developer! I can help you build a product, feature or website. Take a look of my
works.
If you like what you see and have a project you need coded, don’t hesitate and contact me.
</p>
</div>
<div class="start-collab-box">
<button type="button">Start collaboration</button>
</div>
<div class="art">
</div>
</section>
</main>
</body>
</html>