-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutMe.html
37 lines (22 loc) · 980 Bytes
/
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
<!DOCTYPE html>
<html>
<div id="iconBox" class="iconBox">
<img id="leftIcon" src="images/icon.png" height="7%" width="7%">
<img id="logo" src="images/logo.png" alt="Overwatch Logo" height="70%" width="70%">
<img id="rightIcon" src="images/icon.png" height="7%" width="7%"> </div>
<head>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:700" rel="stylesheet">
<title id="title">Overwatch Strategy Guide</title>
</head>
<body>
<div id="head"><img class="dropdown" onclick="show()" src="images/dropdown.png" height="3%" width="3%">
<h1> Strategy Guide</h1> </div>
<div class="dropdown-content">
<a class="dropdownLink" href="index.html">Home</a>
</div>
<h2>About me</h2>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="scripts/ow.js"> </script>
</body>
</html>