-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (157 loc) · 6.27 KB
/
Copy pathindex.html
File metadata and controls
173 lines (157 loc) · 6.27 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:site_name" content="Isaac Kilbourne" />
<meta property="og:title" content="Isaac Kilbourne" />
<meta
property="og:description"
content="Computer Science Student at the University of Windsor"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/kilbouri/kilbouri.github.io/master/assets/Logos/personal.svg"
/>
<meta property="og:type" content="website" />
<title>Isaac Kilbourne</title>
<link rel="icon" type="image/svg+xml" href="assets/Logos/personal.svg" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
rel="stylesheet"
/>
<!-- Themes -->
<link id="light-theme" href="assets/themes/light.css" rel="stylesheet" />
<link id="dark-theme" href="assets/themes/dark.css" rel="stylesheet" />
<link href="assets/style.css" rel="stylesheet" />
</head>
<body class="bg">
<!-- Navigation -->
<nav
id="main-navigation"
class="shadow-sm bg-alternate navbar navbar-dark navbar-expand-md fixed-top animate__animated animate__fadeIn delayed-500"
>
<div class="container-fluid">
<!-- Logo and Name -->
<a class="navbar-brand" href="#">
<svg
class="fg"
height="2.5rem"
width="2.5rem"
viewBox="0 0 4096 4096"
>
<path
d="M636.68,476.324L632.911,3619.68C240.696,3206.08 0,2681.06 0,2066.75C0,1450.39 242.294,890.182 636.68,476.324ZM1677.03,3619.68L1677.03,476.324L1307.28,476.324L1307.28,3619.68L1677.03,3619.68ZM2340.18,2113.32L2340.18,3619.68L3489.33,3619.68L2340.18,2113.32ZM3809.87,953.909C3992.21,1284.01 4096,1663.35 4096,2066.75C4096,2424.57 4014.34,2763.47 3868.61,3065.9L2988.42,1945.67L3809.87,953.909ZM3458.51,476.324L2340.18,476.324L2340.18,1893.51L3458.51,476.324Z"
/>
</svg>
</a>
<!-- Toggle Button -->
<button
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#headerNavigation"
type="button"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation Links -->
<div class="navbar-collapse collapse" id="headerNavigation">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:kilbouri@uwindsor.ca">Email</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://www.linkedin.com/in/kilbouri"
target="_blank"
>LinkedIn</a
>
</li>
</ul>
<div class="navbar-nav ms-auto">
<a
class="nav-link"
href="javascript: swapTheme()"
id="swap-theme-link"
>Theme</a
>
</div>
</div>
</div>
</nav>
<!-- Header section -->
<div
id="header"
class="mb-6 min-vh-100 section wow animate__fadeIn delayed-250"
style="padding-top: 25vh"
>
<div class="mx-auto text-center jumbotron">
<p class="mb-0 fg-alternate" style="font-size: large">
Hello, my name is...
</p>
<p class="mb-0 fg section-label">Isaac Kilbourne</p>
<hr class="section-rule" />
<p class="fg-alternate" style="font-size: larger">
I specialize in creating unplanned bonus features, though on rare occasion I succeed
in finding the right answer in a finite amount of time. By day I am a software developer
at Purolator, and by night I sleep.
</p>
</div>
</div>
<div id="projects" class="fg section wow animate__fadeIn delayed-250">
<div id="github-projects">
<div
class="mx-5 section-label d-flex justify-content-center align-items-center"
>
<img
class="logo"
src="assets/Logos/github.svg"
style="height: 48px"
/>
<p class="mb-0 align-self-center ps-4">GitHub Projects</p>
</div>
<!-- Loading spinner for slow connections -->
<div id="github-loading-spinner" class="d-flex justify-content-center">
<div class="spinner-border"></div>
</div>
<div id="github-error-message" class="text-center text-danger fw-bold d-none">
An error occured while fetching my Github repositories. Please try again later.
</div>
<div data-containerName="githubRepositories" class="container p-4 mx-auto row g-2 row-cols-1 row-cols-lg-3"></div>
</div>
</div>
<!-- Card Template -->
<template data-templateName="githubRepository">
<div class="wow animate__fadeIn col delayed-250">
<div class="p-3 shadow-sm card h-100">
<div class="p-0 card-body" style="max-width: 690px">
<a data-fieldName="repoLink" href="https://example.com" target="blank">
<h5 class="w-100">
<span data-fieldName="repoName" class="fg">{{REPO_NAME}}</span>
<span data-fieldName="repoIsFork" class="fg-alternate fw-normal">{{IS_FORK}}</span>
</h5>
</a>
<p data-fieldName="repoDescription" class="fg-alternate">{{REPO_DESCRIPTION}}</p>
</div>
</div>
</template>
<!-- Dependency scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script type="text/javascript">
new WOW({ animateClass: "animate__animated" }).init();
</script>
<!-- Additional functions -->
<script src="scripts/modules/main.mjs" type="module"></script>
<script src="scripts/theme.js" type="text/javascript"></script>
</body>
</html>