-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdecisions.html
81 lines (80 loc) · 3.34 KB
/
decisions.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
<!DOCTYPE HTML>
<!--
____ _ _ _
| _ \| | __ _| |_| |_ ___ _ __
| |_) | |/ _` | __| __/ _ \ '__|
| __/| | (_| | |_| || __/ |
|_| |_|\__,_|\__|\__\___|_|
-->
<html>
<head>
<title>Decisions - Platter</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo">
<img src="images/platter-transparent.png" alt="" style="height: 3em; vertical-align: middle;" />
Platter
</a>
</header>
<!-- Banner -->
<!-- Note: The "styleN" class below should match that of the header element. -->
<section id="banner" class="style2">
<div class="inner">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<header class="major">
<h1>Decisions</h1>
</header>
<div class="content">
<p>Pivots, hiring, and the decision to end<br />
</div>
</div>
</section>
<!-- Main -->
<div id="main" style="padding-left: 20vw; padding-right: 20vw;">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h2>Section tbd</h2>
</header>
<p>
There's alot of stuff to unpack here, and we haven't gotten around to writing about this yet. It'll be filled in soon though!
</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/eatplatter" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.figma.com/files/team/885394259086564160/Platter" class="icon brands alt fa-figma"><span class="label">Figma</span></a></li>
<li><a href="https://www.linkedin.com/company/eatplatter/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Platter</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>