-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
131 lines (116 loc) · 6.04 KB
/
Copy pathabout.html
File metadata and controls
131 lines (116 loc) · 6.04 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Jensen's Website</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Nav Bar Section -->
<nav class="navbar">
<div class="navbar__container">
<a href="/personal-website/" class="navbar__name">Jensen Andre</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<!-- /personal-website/ -->
<a href="/personal-website/" class="navbar__links"> HOME </a>
</li>
<li class="navbar__item">
<a href="/personal-website/about.html" class="navbar__links"> ABOUT </a>
</li>
<li class="navbar__item">
<a href="/personal-website/contact.html" class="navbar__links"> CONTACT </a>
</li>
</ul>
</div>
</nav>
<div class="about__header">
<h1 class="about__title">
More About Me!
</h1>
<ul class="about__list">
<li>
<a href="https://www.linkedin.com/in/jensen-andre">LINKEDIN</a>
</li>
<li>
<a href="https://github.com/Jensen615">GITHUB</a>
</li>
<li>
<a href="https://drive.google.com/file/d/1oEIrRLReQ4yC98tMymu-Sy2mkG5giooV/view?usp=share_link">RESUME</a>
</li>
</div>
<div class="learn-more">
Click an image to learn more
</div>
<!-- About Section -->
<div class="about">
<div class="about__container">
<div class="about-image-grid">
<div class="abimg">
<a href="/personal-website/"><img class="ab-cover-img" src="images/bk.jpeg" alt=""/></a>
<div class="about-overlay">
<h3>Brooklyn, NY</h3>
<p class="about-text">I was born and raised in Brooklyn, NY.</p>
<p class="about-text">I grew up in the vibrant neighborhood of Crown Heights. It's a lively community filled with Caribbean descendants, delicious food, vibrant music, captivating murals, and a friendly atmosphere.</p>
<p class="about-text">Growing up in Brooklyn inspired me to learn how to play the bass guitar and alto saxophone. The neighborhood was always filled with the soulful sounds of jazz, and I couldn't help but be drawn to it.</p>
</div>
</div>
<div class="abimg">
<a href="/personal-website/"><img class="ab-cover-img" src="images/hike.JPG" alt=""/></a>
<div class="about-overlay">
<h3>Hiking</h3>
<p class="about-text">Hiking is one of my favorite pastimes.</p>
<p class="about-text">My most memorable achievement so far has been conquering Yosemite National Park's Four Mile Trail. It's a challenging trail with an elevation gain of around 3,200 ft.</p>
<p class="about-text">During my final year at Cornell, I had the opportunity to explore the beautiful trails, lakes, and waterfalls in Ithaca. Some of my favorites were Buttermilk Falls, Cascadilla Falls, and the Lake Treman Loop.</p>
</div>
</div>
<div class="abimg">
<a href="/personal-website/"><img class="ab-cover-img" src="images/pool.jpg" alt=""/></a>
<div class="about-overlay">
<h3>Playing Pool</h3>
<p class="about-text">Playing pool has become a beloved hobby of mine.</p>
<p class="about-text">Initially, I wasn't interested in the game, perhaps because no one taught me how to properly play. But once I learned the hand positions for aiming and mastered controlling the power behind each shot, I quickly grew to enjoy it.</p>
<p class="about-text">Now I'm learning new trick shots and ball spin tricks to add more excitement and competition when playing with friends and family.</p>
</div>
</div>
<div class="abimg">
<a href="/personal-website/"><img class="ab-cover-img" src="images/travel.JPG" alt=""/></a>
<div class="about-overlay">
<h3>Traveling</h3>
<p class="about-text">Traveling is a source of joy for me.</p>
<p class="about-text">My family and I used to travel to Haiti every summer until 2008. After a 14-year hiatus, I finally had the chance to travel again with my sister for a much-needed end-of-the-school-year reset in Montego Bay, Jamaica. This trip allowed me to experience the beauty of other countries like Saint Thomas, Colombia, and Mexico, and I look forward to exploring more destinations in the future.</p>
<p class="about-text">My goal is to visit 30 countries before turning 30, and I hope to embark on solo adventures for a third of those trips. With time, I aim to get closer to achieving that goal and broaden my horizons even further.</p>
</div>
</div>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
<footer class="footer">
<p class="footer__text1">I’m available for full-time roles starting July 2023!</p>
<p class="footer__text1">I’m always open to speak more about my experiences, previous and ongoing projects, and new software engineering opportunities.</p>
<p class="footer__text2">Let's connect!</p>
<div class="footer__links">
<a href="https://www.linkedin.com/in/jensen-andre">
<div class="footer__link">LINKEDIN</div>
</a>
<a href="https://github.com/Jensen615">
<div class="footer__link">GITHUB</div>
</a>
<a href="https://drive.google.com/file/d/1oEIrRLReQ4yC98tMymu-Sy2mkG5giooV/view?usp=share_link">
<div class="footer__link">RESUME</div>
</a>
</div>
<a href="/personal-website/about.html" class="scroll-to-top">
<span class="arrow"></span>
</a>
</footer>
</html>