-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage3.html
More file actions
55 lines (49 loc) · 2.13 KB
/
page3.html
File metadata and controls
55 lines (49 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<link rel="icon" type="image/png" href="/favicons/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Portfolio" />
<link rel="manifest" href="/favicons/site.webmanifest" />
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- Scripts -->
<script src="script.js" defer></script>
<title>My Work</title>
</head>
<!-- Content of Page -->
<body class="custom">
<!-- menu -->
<!-- menu -->
<div id="Nav">
<a href="index.html" class="navlink"><img src="https://www.freepnglogos.com/uploads/b-letter-logo-png/b-letter-letter-origami-isotype-transparent-png-svg-vector-17.png" class="logo"/></a>
<button class="hamburger" onclick="toggleMenu()">☰</button>
<div class="navlinks">
<a href="https://bsideportfolio.com/" target="_blank" class="navlink">Design Portfolio</a>
<a href="page2.html" class="navlink"> About Me </a>
<a href="page3.html" class="navlink"> My Work </a>
<a href="https://github.com/beasmith152" target="_blank" class="navlink"> My GitHub </a>
</div>
</div>
<!-- overlay -->
<div class="backgroundoverlaycustom">
</div>
<table id="work">
<tr>
<td class="worktwoembed" data-label="F1 Live race data"><embed src="https://f1-project-teal.vercel.app/Liveraces.html"></td>
<td class="worktwoembed" data-label=" Design Portfolio"><embed src="https://bsideportfolio.com/"></td>
</tr>
<tr>
<td class="worktwoembed" data-label="RevWorxZ Designs"><embed src="https://re-worx-z.vercel.app/gallery"></td>
<td class="worktwoembed" data-label=" Spokane Graffiti"><embed src="https://jolly-otter-870659.netlify.app/"></td>
</tr>
</table>
</body>
<!-- end of content -->
</html>