-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (173 loc) · 6.16 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Analivia is a front-end engineer based in Brazil."
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/b57db34a7d.js"
crossorigin="anonymous"
></script>
<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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style/style.css" />
<title>Analivia's Portfolio</title>
</head>
<body>
<div class="container">
<nav class="d-flex justify-content-between">
<img src="images/logo.png" class="logo d-none d-md-block" alt="Logo" />
<img
src="images/logo-small.jpg"
class="logo d-block d-md-none"
alt="Logo"
/>
<ul>
<li class="active">
<a href="./index.html" title="Homepage">Home</a>
</li>
<li><a href="about.html" title="About me">About</a></li>
<li><a href="work.html" title="Work with me">Work</a></li>
<li><a href="contact.html" title="Contact me">Contact</a></li>
</ul>
</nav>
</div>
<div class="hero-wrapper">
<h2>Hello, I am</h2>
<h1>Analivia Costa</h1>
<h3 class="mb-5">Front-end Developer based in Brazil</h3>
<div>
<a href="about.html" class="btn btn-branding">Get Started</a>
</div>
</div>
<p class="my-5 text-center feature-projects-paragraph">
Featured Project which my best projects be choice to show
</p>
<div class="container">
<div class="row pb-5">
<div class="col d-none d-lg-block">
<img
src="images/yogurt.png"
alt="picture of a yogurt"
width="400px"
/>
</div>
<div class="col mt-5">
<h2 class="project-heading">Yogurt Project</h2>
<p class="content-paragraph">
Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Separated they
live in Bookmarksgrove right at the coast of the Semantics, a large
language ocean. A small river named Duden flows by
</p>
<a href="work.html" class="btn btn-branding-project">View Project</a>
</div>
</div>
<div class="row pb-5">
<div class="col mt-5">
<h2 class="project-heading">Weather App</h2>
<p class="content-paragraph">
Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Separated they
live in Bookmarksgrove right at the coast of the Semantics, a large
language ocean. A small river named Duden flows by
</p>
<a href="work.html" class="btn btn-branding-project">View Project</a>
</div>
<div class="col d-none d-lg-block">
<img src="images/weather.png" alt="weather app" width="400px" />
</div>
</div>
<div class="row pb-5">
<div class="col d-none d-lg-block">
<img src="images/dictionary.png" alt="dictionary app" width="400px" />
</div>
<div class="col mt-5">
<h2 class="project-heading">Dictionary App</h2>
<p class="content-paragraph">
Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Separated they
live in Bookmarksgrove right at the coast of the Semantics, a large
language ocean. A small river named Duden flows by
</p>
<a href="work.html" class="btn btn-branding-project">View Project</a>
</div>
</div>
<footer>
<div class="contact-box justify-content-between mb-5 d-none d-md-flex">
<div>
<h4>Work Inquiry</h4>
<p>Let's work together</p>
</div>
<div>
<a
href="contact.html"
class="btn btn-branding"
title="contact Analivia"
>Let's talk!</a
>
</div>
</div>
<div class="d-flex justify-content-center">
<a
class="email-link text-decoration-none text-center"
href="mailto:[email protected]"
title="email Analivia"
>
</div>
<br />
<div class="social-links my-5 d-flex justify-content-center">
<a
href="https://www.instagram.com/analivia"
target="_blank"
title="Instagram account"
>
<i class="fa-brands fa-instagram"></i>
</a>
<a
href="https://www.twitter.com/analivia"
target="_blank"
title="Twitter account"
>
<i class="fa-brands fa-twitter"></i>
</a>
<a
href="https://www.facebook.com/analivia"
target="_blank"
title="Facebook account"
>
<i class="fa-brands fa-facebook-f"></i>
</a>
</div>
<p class="text-center py-5">
❤️ This is an open-source project coded by Analivia Costa, check my
<a
href="https://github.com/analiviag/portfolio-project"
target="_blank"
>GitHub</a
>
</p>
>
</footer>
</div>
</body>
</html>