-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
73 lines (60 loc) · 2.27 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About-Me</title>
<link rel="stylesheet" href="basic.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="aboutme.css">
</head>
<body>
<button class="menu-btn"></button>
<div class="backdrop"></div>
<div class="menu">
<nav>
<a href="Index.html" class="link" style="animation-delay: 0.2s;">Home</a>
<a href="Contact.html" class="link" style="animation-delay: 0.3s;">Contact Info</a>
<a href="About.html" class="link" style="animation-delay: 0.4s;">About Me</a>
<a href="Projects.html" class="link" style="animation-delay: 0.5s;">Portfolio</a>
</nav>
</div>
<script src="script.js"></script>
<div class="about-myself">
<img class="profilepic" src="./src/profile1.JPG">
</div>
<div class="info-text">
<main class="container">
<p class="before-hello">Hello 👋 I'm</p>
<section class="animation">
<div class="first"><div>Alexis Martinez</div></div>
<div class="second"><div>A Junior Developer</div></div>
<div class="third"><div>Studying Computer Science</div></div>
</section>
</main>
</div>
<div class="vision">
<p class="text-back">
Hello It's Alexis nice to meet you!<br>
I'm a Native New-Yorker from Brooklyn.<br>
Growing up I was always interested in Tech,<br>
But with learning Computer Science these past<br>
3 years, I've been so passionate about it!<br>
But that's of course thanks to Code-Nation, <br>
For teaching me, and giving me the opportunity<br>
To be able to be taught by AMAZING volunteers<br>
Shout out especially to Engineers @Stripe,<br>
Megan, Etan, Shirley, Nathan, Evan and also,<br>
Marcus our program manager from Code-Nation.<br>
I've learned so much, and will ever be grateful<br>
for them. I will use these new skills and bring<br>
them along to my Apprentice-Ship @Accenture!<br>
Where I will be working for the next 2 years.<br>
And will continue to learn new things along,<br>
The way and demonstrate how far I've came.
</p>
</div>
<div class="div-slideshow">
</div>
</body>
</html>