-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (217 loc) · 9.86 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Boostrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Custom styles -->
<link rel="stylesheet" href="./css/style.css">
<title>Alex Asanache - Web Developer</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid navigation">
<a class="navbar-brand" href="#">Alexandra Asanache</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navLinks" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutContact">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutContact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- hero section -->
<header class="p-0 p-md-5 p-lg-7 mb-4 bg-body-tertiary rounded-3">
<div class="container-fluid py-4" id="headerContent">
<h1 class="display-5 fw-bold">Front-end Web Developer</h1>
<p class="col-md-8 fs-4">with a focus on digital ethics, empathy and accessibility.</p>
<a class="btn btn-light mainButtons" id=getInTouch href="#aboutContact" role="button">Get in touch</a>
</div>
</header>
<main>
<!-- skills section -->
<section class="container" id="skills">
<h2>SKILLS</h2>
<div class="row">
<div class="col-5 col-sm-4 col-md-3">
<!-- all icons sourced from Icons8.com -->
<img class="skillIcon" src="./assets/images/htmlIcon.png" alt="HTML icon">
<p>HTML 5</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/cssIcon.png" alt="CSS icon">
<p>CSS 3</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/jsIcon.png" alt="JavaScript icon">
<p>JAVASCRIPT</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/bootstrapIcon.png" alt="Bootstrap icon">
<p>BOOTSTRAP 5</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/reactIcon.png" alt="React.js icon">
<p>REACT.JS</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/nodeIcon.png" alt="Node.js icon">
<p>NODE.JS</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/figmaIcon.png" alt="Figma icon">
<p>FIGMA</p>
</div>
<div class="col-5 col-sm-4 col-md-3">
<img class="skillIcon" src="./assets/images/gitIcon.png" alt="Git icon">
<p>GIT</p>
</div>
</div>
</section>
<hr class="hr hr-blurry" />
<!-- work section -->
<article class="container" id="work">
<h2>WORK</h2>
<div class="row gy-1 gx-1">
<div class="col-12">
<div class="card">
<img src="./assets/images/travelCalifornia.jpg" class="card-img-top" alt="Travel California Project Cover">
<div class="card-body mainProject">
<a href="https://digitallyalex.github.io/travel-california/" target="_blank">
<h5 class="card-title">Travel California</h5>
</a>
<p class="card-text">
<strong>Skills: HTML 5, CSS 3, BOOTSTRAP 5 /</strong>
A landing page promoting the Travel California app.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="card">
<img src="./assets/images/cssSnippetCheatsheet.jpg" class="card-img-top" alt="CSS Snippet Cheatsheet Project Cover">
<div class="card-body secondaryProject">
<a href="https://digitallyalex.github.io/css-snippet-cheatsheet/" target="_blank">
<h5 class="card-title">CSS Snippet Cheatsheet</h5>
</a>
<p class="card-text">
<strong>Skills: HTML 5, CSS 3 /</strong>
A website made to help store the most commonly used CSS code snippets.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="card">
<img src="./assets/images/jakesEatery.jpg" class="card-img-top" alt="Jakes Eatery Project Cover">
<div class="card-body secondaryProject">
<a href="https://digitallyalex.github.io/jakes-eatery/" target="_blank">
<h5 class="card-title">Jake's Eatery</h5>
</a>
<p class="card-text">
<strong>Skills: HTML 5, CSS 3 /</strong>
Website that showcases Jake's Eatery best-seller dishes, along with buttons to order and contact the restaurant.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="card">
<img src="./assets/images/webUpDigitalMarketing.jpg" class="card-img-top" alt="WebUp Digital Marketing Project Cover">
<div class="card-body secondaryProject">
<a href="https://digitallyalex.github.io/webup-digital-marketing/" target="_blank">
<h5 class="card-title">WebUp Digital Marketing</h5>
</a>
<p class="card-text">
<strong>Skills: HTML 5, CSS 3, Code Refactor /</strong>
Refactored code of WebUp Digital Marketing Agency for better accessibility and SEO performance.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="card">
<img src="./assets/images/studyGuide.jpg" class="card-img-top" alt="Prework Study Guide Project Cover">
<div class="card-body secondaryProject">
<a href="https://digitallyalex.github.io/prework-study-guide/" target="_blank">
<h5 class="card-title">Prework Study Guide</h5>
</a>
<p class="card-text">
<strong>Skills: HTML 5, CSS 3, JAVASCRIPT /</strong>
An app to keep track of bootcamp class notes by topic, which recommends a random topic to study.
</p>
</div>
</div>
</div>
</div>
</article>
<hr class="hr hr-blurry" />
<!-- about + contact section -->
<!-- use container - row + 2 col class divs w box class divs inside to create two columns for about and contact; make about col-6 or 7 on lg; try col-12 for mobile screen so they display underneath each other -->
<section class="container overflow-hidden" id="aboutContact">
<div class="row gy-3">
<div class="col-lg-5 col-sm-12">
<h3>ABOUT</h3>
<p class="aboutContent">Hey, I'm Alex: a front end web developer utilizing my background in digital marketing to create engaging, functional web applications that retain and convert target users.
<br> <br>
If you think I may be a good fit to work within your team, or to collaborate with you on an exciting project, please get in touch. I look forward to helping you make your vision a reality!</p>
</div>
<div class="col-lg-3 col-sm-12">
<img class="aboutContent" src="./assets/images/transparentAvatarV1.png" alt="Alexandra Asanache Avatar Photo">
</div>
<div class="col-lg-4 col-sm-12" id="contactSection">
<h3>CONTACT</h3>
<p class="aboutContent">
Email: <a class="contactLink" href="[email protected]" target="_blank">[email protected]</a>
<br>
GitHub: <a class="contactLink" href="https://github.com/digitallyalex" target="_blank">Profile address</a>
<br>
LinkedIn: <a class="contactLink" href="https://www.linkedin.com/in/alexandraasanache/" target="_blank">LinkedIn address</a>
</p>
<a class="btn aboutContent mainButtons" id="downloadCV" href="#" download="#" role="button">Download my CV</a>
</div>
</div>
</section>
</main>
<hr class="hr hr-blurry" />
<!-- footer section -->
<!-- don't forget to add social icons -->
<footer class="container">
<div class="row">
<section class="socialIcons">
<a href="https://github.com/digitallyalex" class="iconLink" target="_blank">
<img class="iconImage" src="./assets/images/gitHubIcon.png" alt="Github Profile Link">
</a>
<a href="https://www.linkedin.com/in/alexandraasanache/" class="iconLink" target="_blank">
<img class="iconImage" src="./assets/images/linkedinIcon.png" alt="LinkedIn Profile Link">
</a>
<a href="https://www.instagram.com/digitallyalex/" class="iconLink" target="_blank">
<img class="iconImage" src="./assets/images/instaIcon.png" alt="Instagram Profile Link">
</a>
</section>
<p>©2023 Alexandra Asanache trading as <a href="https://www.digitallyalex.com/" target="_blank">DigitallyAlex</a></p>
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
</html>