-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (72 loc) · 3.21 KB
/
index.html
File metadata and controls
80 lines (72 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Coming Soon | ColorStack at OSU</title>
<meta property="og:title" content="Coming Soon | ColorStack at OSU">
<meta property="og:description" content="We're launching soon! Stay tuned for updates.">
<meta property="og:image" content="assets/logo.png">
<meta property="og:url" content="https://colorstackosu.org">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Coming Soon | ColorStack at OSU">
<meta name="twitter:description" content="We're launching soon! Stay tuned for updates.">
<meta name="twitter:image" content="assets/logo.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="animation-area"></div>
<div class="container">
<img src="assets/logo.png" alt="ColorStack Logo" class="logo">
<h1>ColorStack@OSU</h1>
<p>We're launching soon!</p>
<p>Follow Us & Stay Connected</p>
<div class="social-icons">
<a href="https://colorstackosu.slack.com/" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111615.png" alt="Slack">
</a>
<a href="https://www.linkedin.com/company/colorstack-osu/" target="_blank" class="linkedin">
<img src="https://cdn-icons-png.flaticon.com/512/145/145807.png" alt="LinkedIn">
</a>
<a href="https://www.instagram.com/colorstackosu/" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111463.png" alt="Instagram">
</a>
</div>
</div>
<div class="sponsors-section">
<h2>Supported By</h2>
<div class="sponsor-track">
<div>
<img src="assets/adobe.png" alt="Adobe">
<img src="assets/ads.png" alt="ADS">
<img src="assets/captial-one.png" alt="Capital One">
<img src="assets/cardinal-health.png" alt="Cardinal Health">
<img src="assets/chase.png" alt="Chase">
<img src="assets/godaddy.png" alt="GoDaddy">
<img src="assets/mastercard.png" alt="Mastercard">
<img src="assets/netflix.png" alt="Netflix">
<img src="assets/pg.png" alt="P&G">
<img src="assets/pinterest.png" alt="Pinterest">
<img src="assets/progressive.png" alt="Progressive">
<img src="assets/pwc.png" alt="PwC">
<img src="assets/willowtree.png" alt="WillowTree">
<img src="assets/adobe.png" alt="Adobe">
<img src="assets/ads.png" alt="ADS">
<img src="assets/captial-one.png" alt="Capital One">
<img src="assets/cardinal-health.png" alt="Cardinal Health">
<img src="assets/chase.png" alt="Chase">
<img src="assets/godaddy.png" alt="GoDaddy">
<img src="assets/mastercard.png" alt="Mastercard">
<img src="assets/netflix.png" alt="Netflix">
<img src="assets/pg.png" alt="P&G">
<img src="assets/pinterest.png" alt="Pinterest">
<img src="assets/progressive.png" alt="Progressive">
<img src="assets/pwc.png" alt="PwC">
<img src="assets/willowtree.png" alt="WillowTree">
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>