Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
102 lines (95 loc) · 4.79 KB
/
Copy pathindex.html
File metadata and controls
102 lines (95 loc) · 4.79 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
<htmlng-app="PhaseOne">
<head>
<title>PhaseOne</title>
<basehref="/"/>
<linkhref="./style.css" rel="stylesheet">
<linkhref="./style.mobile.css" rel="stylesheet">
<linkrel="icon" href="./images/favicon32.png" sizes="32x32" type="images/png"/>
<linkrel="icon" href="./images/favicon-256.png" sizes="256x256" type="images/png"/>
<linkrel="icon" href="./images/faveicon.svg" sizes="any" type="images/svg+xml"/>
<linkrel="stylesheet";href="https://unpkg.com/ng-table@2.0.2/bundles/ng-table.min.css">
<scriptsrc="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular-route.js"></script>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<scriptsrc="https://unpkg.com/ng-table@2.0.2/bundles/ng-table.min.js"></script>
<scriptsrc="./js/main.js"></script>
<scriptsrc="./js/slideshow.js"></script>
<scriptsrc="./js/calendar.js"></script>
</head>
<bodyng-controller="SiteController" ng-data-init="location=''">
<backgroundng-class="state">
<table>
<tr>
<tdstyle="animation-delay: 1s;background-image:url('./images//lp_1.jpg')"></td>
<tdstyle="animation-delay: 9.75s;background-image:url('./images//lp_2.jpg')"></td>
<tdstyle="animation-delay: 13s;background-image:url('./images//lp_3.jpg')"></td>
</tr>
<tr>
<tdstyle="animation-delay: 6.5s;background-image:url('./images//lp_4.jpg')"></td>
<tdstyle="animation-delay: 16.25s;background-image:url('./images//lp_5.jpg')"></td>
<tdstyle="animation-delay: 22.75s;background-image:url('./images//lp_6.jpg')"></td>
</tr>
<tr>
<tdstyle="animation-delay: 3.25s;background-image:url('./images//lp_7.jpg')"></td>
<tdstyle="animation-delay: 26s;background-image:url('./images//lp_8.jpg')"></td>
<tdstyle="animation-delay: 19.5s;background-image:url('./images//lp_9.jpg')"></td>
</tr>
</table>
<div>
<imgstyle="animation-delay: 1s; width: 30%;bottom: 20%; left: 0" class="bar" src="./images//bar-0_on_white.svg" />
<imgstyle="animation-delay: 6s; width: 18%;right: 20%; top: 10%" class="bar" src="./images//bar-1_on_white.svg" />
<imgstyle="animation-delay: 3s; width: 25%;left: 0; top: 0" class="bar" src="./images//bar-2_on_white.svg" />
<imgstyle="animation-delay: 2s; width: 25%;bottom: 0; right: 0" class="bar" src="./images//bar-3_on_white.svg" />
</div>
</background>
<content>
<!-- NAVIGATION -->
<navng-class="state">
<imgid="logo" src="./images//phaseone-text.png" />
<ul>
<ling-click="state='main'"><ahref="home" ng-click="navigate(0)"><div>Home</div><divclass="under-bar" ></div></a></li>
<ling-click="state='main'"><ahref="about" ng-click="navigate(1)"><div>About</div><divclass="under-bar"></div></a></li>
<ling-click="state='main'"><ahref="resources" ng-click="navigate(2)"><div>Resources</div><divclass="under-bar"></div></a></li>
<ling-click="state='main'"><ahref="events" ng-click="navigate(3)"><div>Events</div><divclass="under-bar"></div></a></li>
</ul>
</nav>
<!-- CONTENT -->
<divclass="ng-view"></div>
<!-- FOOTER -->
<divid="footer" ng-class="state">
<div>
<ahref="https://www.snapchat.com/add/itsphaseone">
<imgsrc="./images//social/Snapchat-black.svg" />
<p>itsphaseone</p>
</a>
</div>
<div>
<ahref="https://www.instagram.com/phaseone_insta">
<imgsrc="./images//social/Instagram-black.svg" />
<p>phaseone_insta</p>
</a>
</div>
<div>
<ahref="https://www.facebook.com/Groups/Phase0ne">
<imgsrc="./images//social/Facebook-black.svg" />
<p>/Groups/Phase0ne</p>
</a>
</div>
<div>
<ahref="https:///www.medium.com/@Phaseone">
<imgsrc="./images//social/Medium-black.svg" />
<p>@Phaseone</p>
</a>
</div>
<div>
<ahref="mailto:hello@phaseone.io">
<pstyle="float:none;">hello@phaseone.io</p>
</a>
</div>
<div>
<pstyle="float:none;">PhaseOne 2017</p>
</div>
</div>
</content>
</body>
</html>