This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
145 lines (88 loc) · 2.99 KB
/
about.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
<html>
<head>
<title>Summer Website</title>
<link href="about.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="particles-js">
<!-- <div class="row">
<div class ="logo">
<img src="https://i.imgur.com/0PyA8HR.png" alt="">
</div>
<ul class="main-nav">
<li class ="active"> <a href="">HOME</a> </li>
<li> <a href="">ABOUT</a> </li>
<li> <a href="">PORTFOLIO</a> </li>
</ul>
</div> -->
</div>
<div id="content">
<!-- <div class="imagee">
<a>
<img class="img-fluid" src=https://i.imgur.com/8pFe1tb.jpg" alt="" border="5">
</a>
</div> -->
<div class="row">
<!-- <div class ="logo">
<img src="https://i.imgur.com/0PyA8HR.png" alt="">
</div> -->
<ul class="main-nav">
<li class ="active"> <a href="index.html">HOME</a> </li>
<li> <a href="">ABOUT</a> </li>
<li> <a href="">PORTFOLIO</a> </li>
</ul>
</div>
<h1><strong> <pre> I'M KACIE,
A COMPUTER SCIENCE STUDENT <h2> and this is what I've been up to: </h2>
</pre>
</strong></h1>
<div class="story">
<h3> Teaching Kids How to Code </h3>
<h4> Giving back to the less fortunate. </h4>
</div>
<div class="story">
<h3> Designing Andriod Applications </h3>
<h4> Letting my creativity flow. </h4>
</div>
<div class="story">
<h3> Creating Interactive Workshops </h3>
<h4> Delivering workshops to fellow university goers. </h4>
</div>
<div class="story">
<h3> Making Websites from Scratch </h3>
<h4> Just like this one. </h4>
</div>
<div class="story">
<h3> Excelling in School </h3>
<h4> Proud member of the Golden Key International Honour Society </h4>
</div>
<div class="story">
<h3> Topping the Leaderboard </h3>
<h4> Representing an Esports Organization. </h4>
</div>
</div>
<div id="content_1">
<!-- <div class="imagee">
<a>
<img class="img-fluid" src=https://i.imgur.com/8pFe1tb.jpg" alt="" border="5">
</a>
</div> -->
<h1><strong> <pre> Hello!
</pre>
</strong></h1>
<div class="story_1">
<h2> My name is Kacie Ahmed, and I am a computer science student currently in my third year of study at York University. I've lived in the GTA my whole life, and am passionate about giving back to the community here.</h2>
<h2>When I'm not studying or working on a project, you can find me reading, volunteering, or watching anime. I'm friendly, work very hard, and would love the opportunity to work for a great company! </h2>
</div>
<!-- <div id="selfie">
<!-- <img src="https://i.imgur.com/FYis7TY.jpg" alt=""> -->
<!-- </div> -->
<div id="selfie">
<img src="https://i.imgur.com/FYis7TY.jpg" alt="">
</div>
<script type="text/javascript" src="js/particles.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</div>
</div>
</body>
</html>