-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
69 lines (57 loc) · 2.63 KB
/
AboutMe.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About Me</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="avatar.png" rel="icon" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body id="run">
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html" class="nav-link active">Home</a>
<a href="AboutMe.html">About Me</a>
<a href="Assignments.html">Assignments</a>
<a href="Projects.html">Projects</a>
<!-- <a href="resources.html">Resources</a>-->
<!-- <a href="Vocabulary.html">Vocabulary</a>-->
</div>
</div>
<div style="text-align: center;">
<div class="p-5 text-center text-light" >
<img src="border.gif" id="let">
<div id="lol">
<h2>About Me</h2>
<br>
<h4>In this page, you will learn more about me and my interest. Hope you will know a little bit more about me. Below there is a slideshow explaining more.</h4>
<br>
</div>
</div>
<div style="text-align: left;">
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</div>
</div>
<!--Java that controled the overlay nav-->
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<div class="mt-4 p-5 text-white rounded" >
<div id="seven" style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFq44XU0sY/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAFq44XU0sY/view?utm_content=DAFq44XU0sY&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Jaunel Deans - Career Presentation </a> by Jaunel Deans
</div>
</body>
</html>