-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
52 lines (49 loc) · 2.29 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Alissa Troiano | Web & Software Development</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Load Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<!--Import Futura from Adobe Fonts-->
<link rel="stylesheet" href="https://use.typekit.net/hdw8ydb.css">
<!-- W3 Schools Starter Stylesheet -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!--Load Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<!--Load Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet">
<!--AOS Animations -->
<script src="https://unpkg.com/[email protected]/dist/aos.js">
</script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/404.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
</head>
<body>
<div id="notfound">
<div class="notfound-bg"></div>
<div class="notfound" id="wrapper">
<h1 class="glitch display-1" data-text="404">404</h1>
<span class="sub">ERROR</span>
<div class="mt-3 mt-md-5">
<a href="index.html" class="home-btn">Go Home</a>
<a href="index.html#contact" class="contact-btn">Contact</a>
</div>
<div class="notfound-social pt-3 pt-md-5">
<a target="_blank" href="https://www.linkedin.com/in/alissatroiano/"><i
class="fab fa-linkedin fa-2x mx-1"></i></a>
<a target="_blank" href="https://www.github.com/alissatroiano/">
<i class="fab fa-github fa-2x mx-1"></i></a>
<a target="_blank" href="mailto:[email protected]">
<i class="fas fa-envelope fa-2x mx-1"></i></a>
</div>
</div>
</div>
</body>
</html>