-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (151 loc) · 6.44 KB
/
index.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Photon LE</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Chrome -->
<meta name="theme-color" content="#FFF" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#FFF">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Nicholas_Kruse">
<meta name="twitter:creator" content="@Nicholas_Kruse">
<meta name="twitter:title" content="test">
<meta name="twitter:description" content="test">
<meta name="twitter:image" content="">
<link rel="shortcut icon" type="image/png" href="/img/favicon.png"/>
<!-- Styles -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap" rel="stylesheet">
<!-- Fontawesome Icon fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!--
/**
* @license
* MyFonts Webfont Build ID 3833132, 2019-11-04T11:46:05-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: EurostileNextPro-Light by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-light/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-Regular by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-regular/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-SemiBold by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-semi-bold/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-Bold by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-bold/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-Ext by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-extended-regular/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-ExtSmBd by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-extended-semi-bold/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-ExtBold by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-extended-bold/
* Copyright: Copyright © 2007-2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-Wide by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-wide-regular/
* Copyright: Copyright © 2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-WideSmBd by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-wide-semi-bold/
* Copyright: Copyright © 2016 Monotype GmbH. All rights reserved.
*
* Webfont: EurostileNextPro-WideBold by Linotype
* URL: https://www.myfonts.com/fonts/linotype/eurostile-next/pro-wide-bold/
* Copyright: Copyright © 2016 Monotype GmbH. All rights reserved.
*
*
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3833132
* Licensed pageviews: 250,000
*
* © 2019 MyFonts Inc
*/
-->
<script type="text/javascript">
//uncomment and change this to false if you're having trouble with WOFFs
//var woffEnabled = true;
//to place your webfonts in a custom directory
//uncomment this and set it to where your webfonts are.
//var customPath = "/themes/fonts";
</script>
<script type="text/javascript" src="Photon.js"></script>
</head>
<body>
<div class="nav-bg">
<div class="wrapper nav-wrapper">
<a class="logo">Photon</a>
<a>Photon LE <span class="le-num">v73</span></a>
<a>Photon EX</a>
<a>GitHub</a>
<a>Discord</a>
</div>
</div>
<div class="hero-bg">
<div class="wrapper">
<div class="grid-hero-2col">
<div class="hero-contain">
<span class="sub-head">Your Fleet</span>
<div class="heading">
<h1>Brought To Life</h1>
<div class="plus-icon"></div>
</div>
</div>
<a href="" class="play-btn order2">
<span>Play Video</span>
<div class="play-circle">
<svg x="0px" y="0px" viewBox="-39 -32 69.7 74" class="" style="fill: transparent;"><path stroke-width="2" stroke="#e62541" d="M-37.1-11.3c5.9-11.1,17.5-18.5,30.9-18.5c19.3,0,34.9,15.6,34.9,34.9S13,39.9-6.2,39.9c-13.4,0-24.9-7.5-30.8-18.5" class=""></path></svg>
</div>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
<div class="feat-bg">
<div class="wrapper">
</div>
</div>
<footer>
</footer>
<!-- Js -->
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script src="js/script.js" type="text/javascript"></script>
<!-- cdnjs -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.plugins.min.js"></script>
<script>
$(function() {
$('.lazy').lazy({
effect: "fadeIn",
effectTime: 1000,
threshold: 0,
});
});
</script>
</body>
</html>