-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqualifications.html
executable file
·57 lines (56 loc) · 2.51 KB
/
qualifications.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" id="main-stylesheet" href="qualifications/qualifications.css?v=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
</head>
<body>
<script src="home/script.js"></script>
<header class="fixed-top">
<div class="dropdown">
<button class="dropdown2" onclick="location.href='index.html'">Home</button>
<div class="dropdown-content">
<a onclick="location.href='portfolio.html'">Portfolio</a>
<a onclick="location.href='service.html'">About Me</a>
</div>
</div>
<p class="top">Qualifications</p>
<label class="switch">
<!-- <input type="checkbox" id="toggle-css">
<span class="slider round"></span> -->
</label>
</header>
<div class="qualifications-box">
<div class="project">
<div class="text-overlay-container">
<div class="text-section">
<p>
Proficient in: Python, C++, C, C#, SQL, Java, JavaScript, HTML, CSS, Unreal Engine, Git, and Linux.
</p>
</div>
</div>
</div>
<div class="project">
<div class="text-overlay-container">
<div class="text-section">
<p>
I have an interest in cybersecurity, human-computer interaction, artificial intelligence, software engineering, and biofeedback sensors.
</p>
</div>
</div>
</div>
<div class="project">
<div class="text-overlay-container">
<p class="resume">
My Resume:
</p>
<iframe src="https://drive.google.com/file/d/1zP5WyeYtE3ZnpinXx18rQZ-BeB4rR3RN/preview" class="resume-iframe" width="640" height="480"></iframe>
</iframe>
</div>
</div>
</div>
</body>
</html>