-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (215 loc) · 8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-89SZK30KTZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-89SZK30KTZ');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="icon" type="image/png" href="Screenshot 2024-03-20 at 7.44.00 PM.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
font-family: 'Inter', sans-serif;
color: white;
background: black;
}
nav {
display: flex;
justify-content: flex-end;
background-color: transparent;
padding: 15px 0;
text-align: center;
margin-right: 15px;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav li {
display: inline; /* Make list items display horizontally */
margin: 0 10px; /* Add space between items */
}
nav a {
color: white; /* Example link color */
text-decoration: none; /* Remove underline */
font-family: 'Inter', sans-serif;
font-size: 15px;
}
section.hero {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
div.image-container {
width: 450px;
border-radius: 20px;
overflow: hidden; /* hides image overflow */
margin-left: 30px; /* space between image and bio */
margin-bottom: 20px;
}
div.image-container img {
width: 100%;
height: auto;
display: block;
}
div.bio-container {
width: 40%;
height: 70%;
text-align: left;
padding: 0px 10px;
}
@media (max-width: 1130px) {
section.hero {
flex-direction: column;
height: auto;
}
div.bio-container {
display: flex;
flex-direction: column;
width: 80%;
margin: 0;
align-items: center;
margin-bottom: 20px;
}
div.bio-container h1, h2, p {
text-align: center;
}
.email-form input[type="email"] {
display: none;
}
.email-sender-button {
display: none;
}
.reach-out-cta {
color: #266bed;
text-decoration: none;
}
.reach-out-cta:hover {
color: white;
}
}
.reach-out-cta {
color: #266bed;
text-decoration: none;
}
h1 { /* Target the first paragraph */
font-size: 64px; /* Adjust as needed */
font-weight: bold; /* Adjust as needed */
line-height: 1.5; /* Adjust as needed */
margin-bottom: 10px; /* Add space between paragraphs */
}
h2 { /* Target remaining paragraphs */
font-size: 28px;
line-height: 1.4;
margin-bottom: 10px;
}
.working-on-container h3 {
text-align: center;
}
p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 10px;
}
.email-form input[type="email"] {
width: 300px;
height: 40px;
padding: 0 15px;
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.email-sender-button {
height: 40px;
padding: 0 20px;
font-size: 16px;
background-color: #266bed;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.email-sender-button:hover {
background-color: #176bab;
transform: translateY(0.5px);
}
.currently-working-on-section {
width: 80%;
margin: 0 auto;
display: flex;
flex-direction: column;
position: relative;
top: -120px;
}
.working-on-container {
width: 100%;
text-align: center;
}
.what-im-doing-link {
color: #38b8f9;
text-decoration: none;
}
.what-im-doing-link:hover {
color: #266bed;
}
@media (max-width: 1130px) {
.currently-working-on-section {
top: 0px;
}
}
</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="public/projects.html">Software Projects</a></li>
<li><a href="public/website-projects.html">Website Projects</a></li>
<li><a href="public/mystuff.html">Superchill</a></li>
<li><a href="https://www.medium.com/@kaneaidan12">Writings</a></li>
<li><a href="index.html">Contact</a></li>
<li><a href="https://github.com/aidanpatrickkane/aidanpatrickkane.github.io/blob/main/1-28-Resume%20copy.pdf" target="_blank">Resume</a></li>
<!--- <li><a href="public/writings.html">Writings</a></li>
<li><a href="public/golden-goose/golden-goose.html">Favorite Content</a></li> --->
</ul>
</nav>
<section class="hero">
<div class="bio-container">
<h1>Hi, I'm Aidan!</h1>
<h2>I'm a 21 year-old student studying MIS and CS @ UGA.</h2>
<p>I'm working to build a better and cooler world. Learn more about how by reading below. Right now, I'm working hard to build beautiful websites for great businesses -- feel free to <a class="what-im-doing-link" href="https://www.linkedin.com/in/aidan-kane-3a8b1421a/">reach out</a> for more info!</p>
<div class="email-form">
<form action="https://formspree.io/f/xrgnagzg" method="POST">
<input type="email" name="email" placeholder="Email Address" required>
<button type="submit" class="email-sender-button" role="button">Send</button>
</form>
</div>
</div>
<div class="image-container">
<img src = "/public/images/my-headshot.jpg">
</div>
</section>
<section class="currently-working-on-section">
<div class="working-on-container">
<h2>What I'm Doing with My Time</h2>
<h3>Building the <a class="what-im-doing-link" href="https://awefactor.us">solution</a> to social media</h3>
<h3>Working on <a class="what-im-doing-link" href="/public/website-projects.html">awesome websites</a></h3>
<h3>Reading a whole mess of <a class="what-im-doing-link" href="https://www.amazon.com/Rise-of-Theodore-Roosevelt-audiobook/dp/B003TLSM70/ref=sr_1_1?crid=3P4CQPDVPQZSE&dib=eyJ2IjoiMSJ9.VqwHGppD89B3KshLpiJ_K_TPos2uHkGdvIpJhMAcdo6et2gFdATXwVvdrw1je5MRM9mdhaWszo-xqCasjJDbJeRk8rzcVPUKyqaNTZNLbm2ZsyQgJJQ3FYcp-M-xBAtpavyPZXoWc4-1HaTONoIjCvdPr33mzZUO-QO0NyGB6hW-g6XRU9spXhryzM78QqN9zgho627ek1tiW98eCZ8kKUpWpNIoVBcmlJXVgHu9sSE.5VhN6wb6GW6pX_G2qxQch7lNMXmKTw8xgr-2wiWCpy0&dib_tag=se&keywords=the+rise+of+theodore+roosevelt&qid=1727130211&sprefix=the+rise+of+theo%2Caps%2C136&sr=8-1">cool books</a></h3>
</div>
</section>
</body>
</html>