-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (106 loc) · 5.59 KB
/
index.html
File metadata and controls
171 lines (106 loc) · 5.59 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An experiment in digital community">
<meta name="author" content="Matt Price">
<meta name="generator" content="Hugo 0.42.1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Hacking History 2018</title>
<meta name="description" content="An experiment in digital community">
<meta name="author" content="Matt Price">
<meta name="generator" content="Hugo 0.42.1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!--icon for browser shortcuts-->
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<!--icon to represent this web page on Apple iOS-->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!--Bootstrap core CSS-->
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/css/bootstrap-additions-gohugo.css">
<!--non-Bootstrap CSS (keep below Bootstrap CSS)-->
<link rel="stylesheet" type="text/css" href="/vendor/OwlCarousel2/css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="/vendor/OwlCarousel2/css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/hugofont.css">
<link rel="stylesheet" type="text/css" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/css/home-page-style.css">
<link rel="stylesheet" type="text/css" href="/css/home-page-style-responsive.css">
<style>
div.main {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
background-color: #94949480;
border: #505051 solid 2px;
border-radius: 5px;
padding: 10px;
color: black;
font-size:1.2rem;
}
div.header h1 {
font-size: 3.5rem
}
a {
color: #3040f8;
color: #653a3a;
}
@media (min-width: 320px) and (max-width: 1024px) {
.header {
background-position: 0% 0%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
}
}
</style>
</head>
<body>
<!--full page image header area start-->
<div id="top" class="header">
<div class="vert-text">
<a href="#intro">
<h1>Hacking History: Smut Edition</h1>
</a>
<div class="main">
<p>Every year in <a href="http://history.utoronto.ca/undergraduate/courses/current/400-level-course-description#HIS455Y">Hacking History</a> we work with community partners to build historical websites. We emphasize community engagement, public-facing capstone projects, and real-life skills that mobilize your historical expertise. We study the history of digital media and the public sphere, topics related to our course project, and basic web development skills. The curriculum builds on that of <a href="https://digitalhistory.github.io/dh-website/">HIS393: Digital History</a>, which is recommended as preparation, but by no means required.</p>
<p>This year we return to our Toronto roots and partner with the <a href="http://sds.utoronto.ca/research/sexual-representation-collection/">Sexual Representation Collection</a>, currently housed in the basement of University college. The collection contains a fascinating range of materials devoted to struggles around sexual freedom, LGBTQ rights, censorship, freedom of speech, and pornography.</p>
<p>Students will work on a variety of projects highlighting historical issues related to the collection. Subject matter will intersect with Sexual Diversity Studies, Women and Gender Studies, and Canadian History. <a href="http://www.rosi.utoronto.ca/">Sign up for HIS455Y1-Y on ROSI now</a> and join us for a year of hacking smut’s history!</p>
</div>
</div>
</div>
<!--full page image header area end-->
<!--footer start-->
<!--row start-->
<!--row end-->
<!--footer end-->
<!--JavaScript: Keep at the end of the document so the page loads faster-->
<script src="/vendor/jquery/js/jquery-2.1.4.min.js"></script>
<!--Bootstrap core JavaScript here-->
<!--<script src="/vendor/twitter/js/bootstrap.min.js"></script>-->
<!--custom JavaScript-->
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
|| location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!--Google analytics-->
</body>
</html>