-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (102 loc) · 5.23 KB
/
Copy pathindex.html
File metadata and controls
105 lines (102 loc) · 5.23 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<!-- <meta charset="utf-8"> -->
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto" rel="stylesheet">
<link href="assets/styles/styles.css" rel="stylesheet" type="text/css">
<link href="assets/styles/index.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/scripts/index.js"></script>
<title>Sean Sada Home</title>
</head>
<body>
<div class="dashboard">
<div class="opening"></div>
<nav class="topbar">
<a href="index.html" class="a">
<div class="topbar-item" id="sig-logo">
<span data-tilt>
<img src="assets/img/signature.png" alt="logo">
</span>
</div>
</a>
<a href="about_me.html" class="a">
<div class="topbar-item topbar-item-word">
About Me
</div>
</a>
<a href="portfolio.html" class="a">
<div class="topbar-item topbar-item-word">
Portfolio
</div>
</a>
<a href="experiences.html" class="a">
<div class="topbar-item topbar-item-word">
Experiences
</div>
</a>
<a href="contact_me.html" class="a">
<div class="topbar-item topbar-item-word">
Contact Me
</div>
</a>
</nav>
<!-- Under Construction Temporary Layout-->
<div class="box-cont" id="full-cont">
<div class="box-top-cont" id="top-cont">
<div class="box-layout" id="top-left">
<a href="experiences.html" class="box-item" id="top-left-box">
<!-- <a href="experiences.html"> -->
<img src="assets/img/1.jpg" alt="Gif of Projects" class="box-item" id="top-left-box">
</a>
<div class="box-item-title" id="top-left-text">Projects</div>
</div>
<div class="box-layout" id="top-right">
<a href="experiences.html" class="box-item" id="top-right-box">
<!-- <a href="experiences.html"> -->
<img src="assets/img/2.jpg" alt="Gif of Internships" class="box-item" id="top-right-box">
</a>
<div class="box-item-title" id="top-right-text">Internships</div>
</div>
</div>
<div class="box-bot-cont" id="bot-cont">
<div class="box-layout" id="bot-left">
<a href="about_me.html" class="box-item" id="bot-left-box">
<!-- <a href="experiences.html"> -->
<img src="assets/img/3.jpg" alt="Gif About Me" class="box-item" id="bot-left-box">
</a>
<div class="box-item-title" id="bot-left-text">About Me</div>
</div>
<div class="box-layout" id="top-right">
<a href="portfolio.html" class="box-item" id="bot-right-box">
<!-- <a href="experiences.html"> -->
<img src="assets/img/4.jpg" alt="Gif of Portfolio" class="box-item" id="bot-right-box">
</a>
<div class="box-item-title" id="bot-right-text">Portfolio</div>
</div>
</div>
</div>
<!-- <h1 class="Temp">UNDER CONSTRUCTION</h1> -->
<!-- Under Construction Temporary Layout END-->
<!-- Under Construction Section Over -->
<!-- Circle !!!TEMPORARILY DOWN!!!-->
<!-- <div class="circle">
<div class="pulsating-circle2"> </div>
<div class="pulsating-circle"> </div>
<div class="pulsating-circle-text">Click Me</div>
</div> -->
<!-- Click me clicked !!!TEMPORARILY DOWN!!!-->
<!-- <div class="sections">
<a class="section-op a hidden" id="abt" href="about_me.html"> About Me </a>
<a class="section-op a hidden" id="port" href="portfolio.html"> Portfolio </a>
<a class="section-op a hidden" id="exp" href="experiences.html"> Experiences </a>
<a class="section-op a hidden" id="con" href="contact_me.html"> Contact Me </a>
</div> -->
<!-- BELOW THIS IS NOT CURRENTLY RELEVANT TO WEBSITE -->
</div>
<div class="white-cover"></div>
<script src="assets/scripts/index.js"></script>
<script src="jquery.js"></script>
<script src="assets/scripts/tilt.jquery.js" ></script>
</body>
</html>