-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (162 loc) · 7.5 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<!-- set up and imports-->
<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>Alex's Website</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<!-- nav bar -->
<body>
<header class="header">
<a href="#home" class="logo">Alex's Portfolio</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#my-story">About Me</a>
<a href="#education">Education</a>
<a href="#portfolio">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home page -->
<section class="home" id="home">
<div class="home-content">
<h3>Hi there!</h3>
<h1>My name is Alexander Terry</h1>
<h3>And I'm an <span>Aspiring Software Engineer</span></h3>
<div class="social-media">
<a href="https://github.com/AlexT01010100"><i class='bx bxl-github' ></i></a>
<a href="https://www.linkedin.com/in/alexander-terry-computer-science/"><i class='bx bxl-linkedin-square' ></i></a>
</div>
<a href="https://drive.google.com/file/d/1pYaTTiN9UznWHiPQzBmwzlv4uYTkINqx/view?usp=sharing" class="btn">Preview Resume</a>
</div>
<div class="home-img">
<img src="professional-photo.jpg" alt="" height="100%" width="100%">
</div>
</section>
<!-- my story -->
<section class="my-story" id="my-story">
<div class="my-story-img">
<img src="website-img.jpg" alt="">
</div>
<div class="my-story-content">
<h2 class="heading">About <span class="my-story-span">Me</span></h2>
<p>
I'm currently an honors student at the University at Buffalo, studying Computer Science and Mathematics in my senior year.
Originally from Canada, I crossed the border in pursuit of top-notch education. With a strong academic foundation and a
passion for problem-solving, I am poised to make a significant contribution in the field of technology.
</p>
<!-- <a href="#" class="btn-my-story">Read More</a>-->
</div>
</section>
<!-- education -->
<section class="education" id="education">
<div class="education-header">
<h1>My <span>Education</span></h1>
<h2>B.S. Computer Science & B.A. Mathematics</h2>
</div>
<div class="education-content">
<div class="education-text">
<p><span>Expected Graduation Date:</span> May 2025</p>
<p><span>GPA:</span> 3.91/4.00</p>
<p><span>Awards:</span> Dean's List x6, Grace W. Capen Award, SEAS Scholarship Endowment</p>
<p><span>Current Courses:</span>
CSE368 (Artificial Intelligence),
CSE411 (Intro to CS Administration),
CSE404 (Software Project Management),
EAS360 (STEM Communications),
MTH311 (Intro to Higher Math),
CSE495 (Undergraduate Teaching Assistant),
NEU498 (Neuroscience Independent Research),
GEO120 (Maps: Earth From Above)
</p>
<p><span>Extracurricular Activities:</span>
Theta Tau,
Engineering Intramurals,
Math Club,
Improv Club
</p>
</div>
<div class="education-img">
<img src="education.png" alt="Education Overview">
</div>
</div>
</section>
<!--portfolio -->
<!--layout of project section-->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-wrap">
<a href="#" class="scroll-arrows">
<i class='bx bxs-chevron-left' id="back_button"></i>
<i class='bx bxs-chevron-right' id="forward_button"></i>
</a>
<!--dynamic memory allocator project-->
<div class="portfolio-container">
<div class="portfolio-box">
<span><img src="dynamic-memory-allocator-img.png" alt="" height="470" width="100%"></span>
<div class="portfolio-layer-3">
<h4>Dynamic Memory Allocator</h4>
<p>Languages: C/C++</p>
<a href="https://github.com/AlexT01010100/Dynamic-Memory-Allocator"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<!--self checkout system project-->
<div class="portfolio-box">
<span><img src="website-img-selfcheckout-img.png" alt="" height="470" width="100%"></span>
<div class="portfolio-layer-2">
<h4>Self Checkout System</h4>
<p>Languages: Java/Scala</p>
<a href="https://github.com/AlexT01010100/Self-Checkout-System"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<!--university interactive map project-->
<div class="portfolio-box">
<span><img src="engagement-map-img.png" alt="" height="470" width="100%"></span>
<div class="portfolio-layer">
<h4>University Interactive Map</h4>
<p>Languages: JS, HTML5, CSS, Photoshop</p>
<a href="https://github.com/skxvtchy/Interactive_Map"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<!--jaclyn's threading project-->
<div class="portfolio-box">
<span><img src="microblading-img.png" alt="" height="470" width="100%"></span>
<div class="portfolio-layer-1">
<h4>Jaclyns Threading Website</h4>
<p>Languages: JS, HTML5, CSS</p>
<a href="https://github.com/AlexT01010100/Jaclyns-Threading-Website"><i class='bx bx-link-external' ></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- contact section-->
<section class="contact" id="contact">
<h2 class="heading"><span>Contact </span>Me</h2>
<!-- <form action="server.php" method="post">-->
<!-- <div class="input-box">-->
<!-- <input type="text" placeholder="Full Name" name="fullName">-->
<!-- <input type="text" placeholder="Email" name="email">-->
<!-- </div>-->
<!-- <textarea name="message" cols="30" rows="10" placeholder="Your Message"></textarea>-->
<!-- <input type="submit" value="Send Message" class="btn">-->
<!-- </form>-->
<form id="contactForm" action="script.js" method="POST">
<div class="input-box">
<input type="text" name="fullName" placeholder="Full Name" required>
<input type="email" name="email" placeholder="Email" required>
</div>
<textarea name="message" cols="30" rows="10" placeholder="Message" required></textarea>
<button type="submit" class="btn">Send Message</button>
</form>
</section>
<script src="script.js"></script>
</body>
</html>