-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
64 lines (56 loc) · 3.09 KB
/
archive.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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>INTERFACE</title>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" type="image/png" href="favicon-32x32.png"/>
<meta charset='utf-8'>
<meta name='description' content='Envision City is a...'>
<meta name='keywords' content='envision,city'>
<meta name='author' content='Betsy P'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<!-- Bootstrap Core CSS -->
<link href='css/bootstrap.min.css' rel='stylesheet'>
<!-- Custom CSS -->
<link href='css/animate-custom.css' rel='stylesheet'>
<link href='css/realtalk-styles.css' rel='stylesheet'>
<link href='css/style.css' rel='stylesheet'>
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.8.1/css/bootstrap-select.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.8.1/js/bootstrap-select.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src='js/lib.js'></script>
<script src='js/jquery.js'></script>
<script src='js/bootstrap.min.js'></script>
</head>
<body id='page-top' data-spy='scroll' data-target='.navbar-fixed-top' style='background-color:black'>
<!-- Intro Header -->
<header style="text-align:center; color:#FFF; font-family:Courier">
<div style="max-width:800px; padding:1em; margin:auto">
<a href="index.html"> <img src="img/interface-logo.png" style="width:150px; margin-top:5em"/></a>
<h1 style="font-weight:600">INTERFACE</h1>
<h4><a href="index.html" style="color:white">Home</a> <span style="color: #5f5f5f;">|</span> <strong>Archive</strong></h4>
<hr/>
<h3>Past Topics</h3>
<!-- <a class="blink_me" style="color:orange" href="http://bit.ly/interface-pton">Count me in</a> -->
<!-- <hr/> -->
<br>
<div style="text-align:left">
<h4 style="font-weight:bold">Monday 2/3: <a style="color:orange" href="archive/2020-02-03_Labor_battles_at_Google.pptx">Labor Battles in Big Tech</a></h4>
<div style="padding-left:1em">
<p style="color:darkgray">What are tech workers organizing for? How are companies striking back?</p>
</div>
</div>
</div>
</header>