-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Projects | Under the Button</title>
<meta property="og:title" content="Projects | Under the Button">
<meta property="og:image" content="https://d1udg35vyt7lx2.cloudfront.net/35001caba76cf4e46d5b891d9e302250/dist/img/social-default.png">
<meta property="og:description" content="Projects and interactives from Under the Button dot com.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://projects.underthebutton.com/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Projects | Under the Button">
<meta name="twitter:image" content="https://d1udg35vyt7lx2.cloudfront.net/35001caba76cf4e46d5b891d9e302250/dist/img/social-default.png">
<meta name="twitter:description" content="Projects and interactives from Under the Button dot com.">
<meta name="twitter:url" content="https://projects.underthebutton.com/">
<meta name="twitter:site" content="@underthebutton">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-631054-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-631054-4');
</script>
<nav><a href="http://underthebutton.com" class="home-link">under the <span class="button">button</span></a></nav>
<div class="container">
<h1>Under the Button Projects</h1>
<div class="row centerpiece">
<div class="col-md-7" id="centerpiece-image"></div>
<div class="col-md-5 article-text" id="centerpiece-text"></div>
</div>
<hr>
<div class="row">
<div class="col-md-6 featured" id="featured-1"></div>
<div class="col-md-6 featured" id="featured-2"></div>
</div>
<hr>
<div class="all-projects" id="all-projects">
<h2 class="text-center">All Projects</h2>
</div>
<footer>
<p>Copyright © 2023, The Daily Pennsylvanian. All Rights Reserved.</p>
</footer>
</div>
<script src="index.js" charset="utf-8"></script>
</body>
</html>