-
Notifications
You must be signed in to change notification settings - Fork 0
/
human behavior.html
48 lines (42 loc) · 1.52 KB
/
human behavior.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
<html>
<head>
<title>Human Behabior & Social Sciences</title>
<link rel="icon" href="http://i.imgur.com/XIt3Zox.png">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="btns">
<!-- each div is it's own box, so add according to how many classes there are -->
<div class="btn" >
<!-- <img width="100" height="100" src="http://i.imgur.com/XIt3Zox.png" align="bottom"> -->
<!-- Change according to class -->
<h2>SOC 1010</h2>
<p>Introduction to Sociology</p>
</div>
<div class="btn" >
<h2>SOC 3250</h2>
<p>Food and Culture</p>
</div>
<div class="btn" >
<h2>SOC 3300</h2>
<p>Sociology of Education</p>
</div>
<div class="btn" >
<h2>SOC 3700</h2>
<p>Crime and Society</p>
</div>
</div>
<br><br><iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=suu.edu_tjl05mhr4lldjqhph0lasfmqk8%40group.calendar.google.com&color=%23691426&ctz=America%2FDenver" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<br>
<button onclick="goBack()">Back</button>
<script>
function goBack() {
window.history.back();
}
</script>
</body>
</html>
<!-- add this to the start of major div (see the computer science section), and change the link to the corresponding subsection (without the comment signs) -->
<!-- <a href="csis.html" role="button"> -->
<!-- add this to the end of the div block (after the body text) -->
<!-- </a> -->