-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 1.27 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 1.27 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Piroll Design</title>
<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=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="header">
<img class="header-logo" src="img/logo.svg">
<div class="header-text">
<a class="header-link" href="#home-section">Home</a>
<a class="header-link" href="#about-section">About</a>
<a class="header-link" href="#work-section">Work</a>
<a class="header-link" href="#process-section">Process</a>
<a class="header-link" href="#services-section">Services</a>
<a class="header-link" href="#testiomonials-section">Testimonials</a>
<a class="header-link" href="#contact-section">Contact</a>
</div>
</section>
</body>
</html>