-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·161 lines (144 loc) · 5.61 KB
/
index.html
File metadata and controls
executable file
·161 lines (144 loc) · 5.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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Volkan Ozcomert" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A digital portfolio for Volkan Ozcomert"
/>
<meta
name="keywords"
content="Digital Portfolio, Volkan Ozcomert, Allen High School, Computer Science"
/>
<title>Volkan Ozcomert's Digital Portfolio</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="styles.css" />
</head>
<!--head ends here go away-->
<body>
<div style="height: 100vh"></div>
<!--filter 1-->
<div class="container-fluid background w-100 p-0" style="z-index: -1; height: 100%;">
<div class="water w-100 h-100 container-fluid position-absolute top-0 start-0 p-0"></div>
<svg>
<filter id="turbulence" x="0" y="0" width="100%" height="100%">
<feTurbulence id="sea-filter" numOctaves="3" seed="2" baseFrequency="0.02 0.05"></feTurbulence>
<feDisplacementMap scale="100" in="SourceGraphic"></feDisplacementMap>
<animate xlink:href="#sea-filter" attributeName="baseFrequency" dur="60s"
keyTimes="0;0.5;1" values="0.02 0.06;0.04 0.08;0.02 0.06" repeatCount="indefinite"/>
</filter>
</svg>
</div>
<!--filter 2
<div class="container-fluid background w-100 p-0" style="z-index: -1; height: 100%;">
<div class="eye w-100 h-100 container-fluid position-absolute top-0 start-0 p-0"></div>
<svg>
<filter id="burbulence" x="0" y="0" width="100%" height="100%">
<feTurbulence id="sea-filter" numOctaves="3" seed="2" baseFrequency="0.02 0.05"></feTurbulence>
<feDisplacementMap scale="10" in="SourceGraphic"></feDisplacementMap>
<animate xlink:href="#sea-filter" attributeName="baseFrequency" dur="60s"
keyTimes="0;0.5;1" values="0.02 0.06;0.04 0.08;0.02 0.06" repeatCount="indefinite"/>
</filter>
</svg>
</div>
-->
<!--
<div style="z-index: 2"></div>
<div class="h1">Digital Portfolio</div>
<hr />
<div class="h2">About Me</div>
<div class="fs-5">
My name is <strong>Volkan Ozcomert</strong>. Currently, I am a student at
Allen High School enrolled in the International Baccalaureate program with
a curiosity which encourages me to strive for learning new skills.
Although I do not have the most in depth knowledge about the intricacies
of coding, I have great intrest in learning more and applying what I
learn. I mainly have intrests in Physics and in Computer Science, as well
as playing waterpolo. Additionally, I am the founder of the club called i
Read + Code which aimes to help refugees in the United States learn how to
code using Scratch and also start learning how to read. With this Digital
Portfolio, I hope to be able to showcase, test, and explore my website
building capabilities and also provide a platform I can use as a resume.
</div>
<hr />
<div class="h1 list">2021-2022</div>
<ul>
<li class="list">Robotics Club</li>
<li class="list">Waterpolo</li>
<ul>
<li class="list">Junior Olympics 2022</li>
</ul>
<li class="list">NJHS</li>
</ul>
<hr />
<div class="h1 list">2022-2023</div>
<ul>
<li class="list">Robotics</li>
<ul>
<li class="list">Mentoring</li>
</ul>
<li class="list">National Honor Society</li>
<li class="list">French</li>
<ul>
<li class="list">French Honor Society</li>
<li class="list">French Award</li>
<li class="list">Texas French Symposium</li>
</ul>
<li class="list">Computer Science</li>
<ul>
<li class="list">Cybersecurity</li>
</ul>
<li class="list">Waterpolo</li>
<ul>
<li class="list">Junior Olympics 2023</li>
</ul>
</ul>
<hr />
<div class="h1 list">2023-2024</div>
<ul>
<li class="list">Joined IB Program</li>
<div>
<div class="h3">CAS Portfolio</div>
</div>
<li class="list">Founder and President of I Read + Code</li>
<ul>
<li class="list">
Works with International Rescue Committee founded by Einstein
</li>
</ul>
<li class="list">Vice President of Allen Outreach club</li>
<ul>
<li class="list">Aims to create more interconnectedness in Allen</li>
</ul>
<li class="list">National Honor Society</li>
<li class="list">French</li>
<ul>
<li class="list">French Honor Society</li>
<li class="list">Texas French Symposium</li>
</ul>
<li class="list">Computer Science</li>
<ul>
<li class="list">Cybersecurity</li>
</ul>
<li class="list">Waterpolo</li>
</ul>
<hr />
<div class="h2">Contact Me</div>
<div class="h2">More Digital Portfolios</div>
<div>
<div class="h3">Richard Jang's Digital Portfolio</div>
</div>
<div>
<div class="h3">Darrion Nguyen's Digital Portfolio</div>
</div>
</div>
-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>