-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (144 loc) · 7.61 KB
/
index.html
File metadata and controls
166 lines (144 loc) · 7.61 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
<!DOCTYPE html>
<html lang="en">
<style>
.bg {
color: black;
background-color: black;
margin: 10px;
width: 50px;
height: 50px;
display: inline-block;
}
body {
background: linear-gradient(to bottom right, #1d1c1c 25%, #000000 100%);
min-height: 100%
}
h1 {
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
text-decoration: overline;
padding-left: 2%;
padding-top: 2%;
color: orange
}
h2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
font-size: medium;
font-weight: lighter;
margin-top: 1%;
margin-bottom: 2%;
font-size: larger;
color: rgb(73, 116, 211)
}
p {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
margin-top: 2%;
padding-right: 6%;
padding-left: 6%;
margin-bottom: 3%;
color: white
}
.flex-footer {
display: inline-flex;
justify-content: space-between;
width: 95%;
padding-left: 20px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top: rgb(6, 107, 121);
border-top-style: solid;
margin-top: 30px;
color: white
}
.flex-center {
display: inline-flex;
justify-content: space-around;
width: 100%;
padding-bottom: 5px;
color: rgb(255, 255, 255)
}
.img-flex {
display: inline-flex;
justify-content: center;
width: 100%;
padding-top: 2px;
color: white
}
.img-box {
height: 500px;
width: 400px;
margin-left: 5%;
margin-right: 5%;
border: 2px rgb(199, 199, 199);
border-style: dashed;
color: white
}
.img-desc {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
height: 50px;
width: 250px;
text-align: center;
font-size: 85%;
color: white
}
.desc-flex{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: inline-flex;
justify-content: center;
width: 80%;
padding-left: 10%;
padding-top: 5px;
color: white
}
</style>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alex McIsaac's ICS4U Website</title>
</head>
<body>
<header>
<div>
<h1>About Me</h1>
<h2>Hi, I'm <strong>Alex McIsaac</strong> from Western Tech, attending the University of Guelph. I enjoy programming in <u>low level and memory safe</u> languages.<br>(I decided not to hate JS anymore.)</h2>
<p>I enjoy anything involving cars, computers, or games. My favourite games are <strong>Portal 2</strong> and <strong>Counter Strike</strong> I like 6502 Assembly, and I drive what's left of a
<a href="https://imgs.search.brave.com/xZrU9p-f9ueSfh8AsHyuY-3Awo5T47lukGLP7yYq6E0/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuY2xhc3NpYy5j/b20vdmVoaWNsZXMv/ODc1ZWQ3NDRjZjVm/M2RiZDE1ZmM0MmQ4/MDkzYzQ1OWYwOTIw/OGJkMi5qcGVnP2Fy/PTE2OjkmZml0PWNy/b3Amdz02MDA"><span><strong><i><u>1988 Chevy K2500 Cheyenne</u></i></strong></span></a>
</p>
</div>
</header>
<div class="flex-center">
<span>Me in the Truck :</span>
<span>Me on the Snowmobile :</span>
<span>Me in the <i>new-ish</i> truck :</span>
</div>
<div class="img-flex">
<img class="img-box" src="img_src/1988_chev.jpg" alt="Me on my 1990 Yamaha Phazer 2">
<img class="img-box" src="img_src/yamaha_phazer_2.PNG" alt="My 1988 Chevrolet rusty truck">
<img class="img-box" src="img_src/1998_chev.jpg" alt="Another truck, a 1998 Chevrolet, same model as the older one">
</div>
<div class="flex-center">
<span class="img-desc">The 1988 Chevrolet K2500. Been in the family since purchased. Plow Truck</span>
<span class="img-desc">Me on my 1990 Yamaha Phazer II. Can't beat the classics.</span>
<span class="img-desc">"1998" new. The successor to the semi-retired 1988 truck. Still works like new!</span>
</div>
<div>
<p>I've made projects surrounding both hardware and software, but they all tie into each other. Most of my software projects look into the most low-level modification possible, and my hardware projects manipulate these low-level languages. With this knowledge, I'd like to make my own operating system someday! In other news, I am now a rust programmer, which you'll see in my culminating project! Here's some links to my current projects.</p>
</div>
<div class="flex-center">
<a href="https://lh3.googleusercontent.com/pw/AP1GczPf9-yhCUEu1DtP5tvxoQJ1JVmRnppa-dPCl44lQnbydmj9lDvDogzYFUWR96-cw9MqU8zXARpOt3PwEUcNwv1aZfv2XRvQsxjZqGMBZJB8ddPR9JcarF9ilUTcc-icrS20F1PDluSjBZBO3low0sNiO2cjfbUPxGAJnhkYjbA82rTr8o6IhWnx680o1WvvLhIdB0E57UN_5SKJtrzfTKEsuKjTXU6I1CVqKSBt30ieJ-DeN0RwthWk_rf7soGEDbf8sMkJyDk-6Fp8bHlrT8pn16_jMpxkWlolMtIB6TFkWCR7b5H_21tqKjRTnChNbGJdhtF5W8F9J8X-kZERs0UljbYUncPFxn2quWgLJShqwNhtZWoEY2L23WkvLURLqTCtH1WlcQNM_yVMkta3kczEYZ260hvu2w8asuIcHtnX01dVvxB8r2bLcBSKgS43kxDMeSiLDExrOCX3-7O28ofg_kOmtekNJD7KS37r4LpL0TRkNuC6oddDN_F4NQ-W6nnqfkx8ev2j23HSjdPr4wHGw0hsiQvvLl-sYyk86O3mLeMj9nV2HvR4D-1uxVT9yKNGq106EBt_ldjX1Ubq-SYEnquDizxkD4AIPUv60udOPWAGtnkrUN6roDHSRkUo-8vfrGgjJpg6MefAt67UjvZQV_Lp3htCWrFSWG8_xnS5XDEzsldQ3rvGYR_Degy-zfEfqXr-GSFbLUH32_-R-cq5M_SAieOMu1xHYCNMyrNxPX6qAnwEj4PhYxzxY5YZnUIMVyIB5dZWC9hX2dC90CjiWX7rQS16fV-hes-EtQ5k5AU_9DuNTXnMT8Zm6JDmxeW7BRqMotWEPTsSkbuuIi05W7rCtyyAg_D9WLP0W3jQ4KCYdxhT1eAGnuQIXg-15w-Ld9tQxkTnG3zAWd0xRyiv11CwrJ_Gaw8lD63RaSb84JPV4XQMeMZ0h3NOUw=w1196-h1198-s-no-gm?authuser=0"><span>6502 Breadboard Computer</span></a>
<a href=""><span>8-bit Breadboard Computer</span></a>
<a href="https://lh3.googleusercontent.com/pw/AP1GczMvHDjjL332AZdULg_pp3p9sAfGWKEavegc52dbgqBek_BN9g9a88_bJ3MwAXhTF_5aFNNsHI44QM-RuI8ToYcdbGA8xps-F062vMqY57T7zVIQS-rsatObrwa5MX_3KO8EOzRaZfviG2aXj2T2-uPvTSXeWZ-JynFQoxQybustQpOVb4jXZQU7JrFKGxzETb2SxrrkrTpj7zUEF1u1Mzeko8krOYnDAIJL-pxJrqJ9MzvVeszRzO7GAfhsLJJHW6JlfjWnXR84CZeuGiQPMzh4Hjm3Eu4fs6x-W0Jz2epsXL3qDmxpu_Eja_hizho1zEg0FkXuHQ1y_4ZE6kfwau30x6tAse5A_6UrsarmeuiHvKcMxw8HEcIkzZIwVB5VJFpwyMleuSC0sx_8Df6a_iPi0llK1H-1fcaaiwWOWHYOE4lSbHE87IkOMPxyUPROYLAWMqcl3qJMvxGKnH22RmwwABD1x_JWqD7T6As-vxPlZEN-vC5Cbaz9urL_8g3fgGVuGAo8q3Thy5kOK8GDTBGZgOw3lD2EfJd1jldoxjxPacFEgTiF1panzjUKQgoXl0IiZ6a64JyaJLuASKpHnikPcm9xCZ8XLprmNWlRVjYuA7CdWQK5QPf7pfFItE6r1QHDjAhSEX-t2NKG7K0k_XGPDsSGLV5xLrslUIKpYoccQh0Q6cH-IZXTkEu9uZnugsjwtqcEagdatoVSkKUYDaK0QOR98M3HqWkZUARGHaJbVkiJu95S0TT8j603AC4_v2rTIpJP0jLsOSFzupnyofjcZUqQVWG4tr32C2KHByCJ79q5Cj65ygyBXSR4EO7vuQlUHbHVnv1r_5ZCU68H96gAJskFH9psSZKyBpdDBIbNxJN2vLaEcCXg6WT1bFZpg088M4s0-gemF-YNYRbxIb9jQRPYp0uqHt1S6ZOPeCALj_LkbZISUxnOpZZZkgo=w1598-h1198-s-no-gm?authuser=0"><span>Raspberry Pi Announcment Display</span></a>
<a href="https://github.com/Skii1/PersonalWebApp"><span>This Website!</span></a>
<a href="https://eater.net/"><span>Ben Eater's Website (6502 and 8-bit Kits)</span></a>
<a href="https://github.com/Skii1/RataTUI_tests"><span>ICS4U Culminating : "TUICRON"</span></a>
</div>
<footer class="flex-footer">
<span>Alexander McIsaac | 2024</span>
<a href="mailto:alexander.mcisaac@student.tdsb.on.ca"><span>Contact Me : alexander.mcisaac@student.tdsb.on.ca</span></a>
<span>Support Right to Repair!</span>
</footer>
</body>
</html>