-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (73 loc) · 3.66 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tabs.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/stars.css">
<link rel="preload" href="css/normalize.css" as="style">
<link rel="stylesheet" href="css/normalize.css">
<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=Lato:ital,wght@0,300;0,400;1,100;1,400&family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,200;1,400&family=Noto+Serif+Tamil:wght@100;400&family=PT+Serif:ital@0;1&family=Questrial&family=Rubik:wght@400;500&display=swap" rel="stylesheet">
<script type="text/javascript" src="main.js"></script>
<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>Book</title>
<link rel="icon" type="fav-icon" href="img/vozzoa-sello.svg" href="img/vozzoa-sello.svg">
</head>
<body>
<header class="d-flex intro intro-var ">
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About</li></a>
<a href="browse-my-work.html"><li>Work</li></a>
<a href="https://www.behance.net/fernandadominguez" target="_blank"><li>Behance</li></a>
<a href="https://www.linkedin.com/in/fernanda-dom%C3%ADnguez-dise%C3%B1o-design-mex/" target="_blank"><li>LinkedIn</li></a>
</ul>
</div>
</nav>
<a href="index.html" class="align-center d-flex pl-3 fs-22 m-0 primary-link"><h5 class= "m-0 primary-link" > Fernanda Domínguez </h5>
</a>
</header>
<input type="checkbox" id="theme-toggle" />
<label class="toggle-btn" onclick="toggleDarkLight()" for="theme-toggle"></label>
<!-- Intro -->
<section>
<div class="display d-flex align-center p-3 justify-content-around flex-column">
<div class="text-container primary-container-pale m-0 align-center">
<div class="p-3 heading-var">
<h1>Hi there!<span class="wave" title="wave"></span><br> Welcome to my Book</h1>
</div>
<div class="index-dflex justify-content-around pb-4">
<div class="text-center pb-3">
<a class="btn m-0 primary-btn" href="about.html" title="About"> Get to know me</a>
</div>
<div class="text-center pb-3">
<a class="btn m-0 primary-btn" href="browse-my-work.html" title="Work"> Browse my work</a>
</div>
<div class="text-center pb-3">
<a class="btn m-0 primary-btn" href="contact-me.html" title="Contact"> Contact Me</a>
</div>
</div>
</div>
</section>
<section id="stars">
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<footer class="container">
<div class="class-center d-flex flex-column">
<div class="class-center d-flex flex-column">
<p class="text-center"> Copyright © 2017-2023 Fernanda Domínguez, All Rights Reserved.</p>
</div>
</footer>
</body>
</html>