-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
233 lines (218 loc) · 5.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Edward Gulmayo</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
defer
></script>
<script src="script.js" defer></script>
</head>
<body class="d-flex flex-column container-md fs-5 font-monospace">
<nav class="mb-5 py-2">
<ul
class="nav nav-underline justify-content-end"
id="tab"
role="tablist"
>
<li class="nav-item" role="presentation">
<button
class="nav-link active"
id="home-tab"
data-bs-toggle="pill"
data-bs-target="#home"
type="button"
role="tab"
aria-controls="home"
aria-selected="true"
>
Home
</button>
</li>
<li class="nav-item mx-4" role="presentation">
<button
class="nav-link"
id="projects-tab"
data-bs-toggle="pill"
data-bs-target="#projects"
type="button"
role="tab"
aria-controls="projects"
aria-selected="false"
>
Projects
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link"
id="about-tab"
data-bs-toggle="pill"
data-bs-target="#about"
type="button"
role="tab"
aria-controls="about"
aria-selected="false"
>
About
</button>
</li>
</ul>
</nav>
<main class="tab-content" id="tabContent">
<section
class="tab-pane fade show active"
id="home"
role="tabpanel"
aria-labelledby="home-tab"
tabindex="0"
>
<div
class="d-flex flex-column flex-lg-row align-items-center justify-content-between"
>
<div class="my-5">
<p class="display-5">Hi!,</p>
<p class="display-2 fw-bolder">I'm Edward Gulmayo</p>
<p class="fs-2">An aspiring full stack developer</p>
<button
class="btn btn-lg btn-danger rounded-pill px-5"
onclick="projectsTab()"
>
My Projects
</button>
</div>
<img
id="me"
class="mt-5 ms-lg-5 img-fluid"
src="./images/me_bw.png"
width="580"
/>
</div>
</section>
<section
class="tab-pane fade mb-5"
id="projects"
role="tabpanel"
aria-labelledby="projects-tab"
tabindex="0"
>
<div class="card border border-0 py-5 bg-transparent">
<div class="row g-0">
<div
class="col-md-6 mb-3 mb-md-0 me-md-3"
style="transform: rotate(-1deg)"
>
<img
src="./images/personalWebsite.png"
class="img-fluid rounded"
/>
</div>
<div class="col">
<div class="card-body">
<h1 class="card-title fw-bold mb-3">
Personal Website
</h1>
<p class="card-text">
This project was one of my favorites so far because
of how fun it was to make.
</p>
</div>
</div>
</div>
</div>
<div class="card border border-0 py-5 bg-transparent">
<div class="row g-0">
<div
class="col-md-6 order-md-2 mb-3 mb-md-0 ms-md-3"
style="transform: rotate(1deg)"
>
<img
src="./images/studentSuccess.png"
class="img-fluid rounded"
/>
</div>
<div class="col">
<div class="card-body text-end">
<h1 class="card-title fw-bold mb-3">Student Success</h1>
<p class="card-text">
Student Success is an organizing app specifically
designed for students. It enables you to stay on top
of your studies and reach your full potential.
</p>
</div>
</div>
</div>
</div>
<div class="card border border-0 py-5 bg-transparent">
<div class="row g-0">
<div
class="col-md-6 mb-3 mb-md-0 me-md-3 d-flex justify-content-center"
style="transform: rotate(-1deg)"
>
<img
src="./images/auCitHandbook.jpg"
class="img-fluid rounded img-thumbnail rounded"
width="300"
/>
</div>
<div class="col">
<div class="card-body">
<h1 class="card-title fw-bold mb-3">AU CIT Handbook</h1>
<p class="card-text">
The AU CIT Handbook is a companion app specifically
designed for CIT students. It familiarizes students
with the department, helping them navigate their
journey to adapt to their environment.
</p>
</div>
</div>
</div>
</div>
<div class="card border border-0 py-5 bg-transparent">
<div class="row g-0">
<div
class="col-md-6 order-md-2 mb-3 mb-md-0 ms-md-3 d-flex justify-content-center"
style="transform: rotate(1deg)"
>
<img
src="./images/aotErudite.jpg"
class="img-fluid rounded"
width="300"
/>
</div>
<div class="col">
<div class="card-body text-end">
<h1 class="card-title fw-bold mb-3">AOT Erudite</h1>
<p class="card-text">
AOT Erudite is a companion app for people who like
AOT or Attack on Titan.
</p>
</div>
</div>
</div>
</div>
</section>
<section
class="tab-pane fade"
id="about"
role="tabpanel"
aria-labelledby="about-tab"
tabindex="0"
>
<h1 class="fw-bold">References</h1>
<a href="https://astaltin.jobs180.com/" class="text-danger">Edward Gulmayo - Jobs180</a>
</section>
</main>
</body>
</html>