-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·123 lines (122 loc) · 4.04 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Seller Society</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/sellersociety/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/sellersociety/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/sellersociety/favicon-16x16.png"
/>
<link rel="manifest" href="/sellersociety/site.webmanifest" />
<link
rel="mask-icon"
href="/sellersociety/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="apple-mobile-web-app-title" content="Seller Society" />
<meta name="application-name" content="Seller Society" />
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="theme-color" content="#ffffff" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,400i|Nunito:600,700"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="/sellersociety/fonts/icofont/icofont.min.css"
/>
<link
rel="Stylesheet"
href="/sellersociety/css/style.css"
type="text/css"
media="all"
/>
<link href="/sellersociety/fotorama-4.6.4/fotorama.css" rel="stylesheet" />
</head>
<body>
<nav>
<a href="/sellersociety/"
><div class="logo"><img src="/sellersociety/img/logo.png" /></div
></a>
<div class="nav-links" id="navLinks">
<h3><a href="/sellersociety/resources/">Seller Resources</a></h3>
<h3>
<a href="https://psu.gd/good-market/" target="_blank">GOOD Market</a>
</h3>
<h3>
<a href="https://forms.gle/1KwagKfbiLH4u2Dm7/">Become A Seller</a>
</h3>
</div>
<a href="javascript:void(0);" class="mobile-nav" onclick="mobileNav()">
<img id="navIcon" src="/sellersociety/img/mobile_nav.png" />
</a>
</nav>
<header>
<div class="header-container">
<div class="header-left">
<div class="header-copy">
<h1 class="blue">Seller Society</h1>
<h2>
A Portland State Graphic Design student organized collective and
online marketplace.
</h2>
</div>
<div class="header-button-container">
<a class="no-underline" href="https://forms.gle/1KwagKfbiLH4u2Dm7/">
<div class="header-button">
<h3>Become A Seller</h3>
</div>
</a>
<a class="no-underline" href="https://psu.gd/" target="_blank">
<div class="header-button">
<h3>Learn About PSUGD</h3>
</div>
</a>
</div>
</div>
<div class="header-right">
<div class="header-goodmarket-logo">
<img src="/sellersociety/img/goodmarket.png" />
</div>
<div class="header-goodmarket-details"></div>
</div>
</div>
</header>
<div class="seller-roster-header"></div>
<div class="seller-roster-container"><div class="seller-roster"></div></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js "></script>
<script
type="text/javascript"
src="//code.jquery.com/jquery-1.11.0.min.js"
></script>
<script
type="text/javascript"
src="//code.jquery.com/jquery-migrate-1.2.1.min.js"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/0.8.9/jquery.csv.min.js"></script>
<script src="/sellersociety/fotorama-4.6.4/fotorama.js"></script>
<script src="/sellersociety/js/scripts.js "></script>
</body>
</html>