-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
175 lines (149 loc) · 7.17 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
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
172
173
174
175
<!DOCTYPE html>
<html class="no-js">
<head>
<meta name="generator" content="Hugo 0.40.3" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Open Digital Archaeology Textbook</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Landing page for the Open Digital Archaeology Textbook">
<meta name="" content="">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="/css/themefisher-fonts.css">
<link rel="stylesheet" href="/css/owl.carousel.css">
<link rel="stylesheet" href="/css/magnific-popup.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
</head>
<body id="body">
<div id="preloader-wrapper">
<div class="pre-loader"></div>
</div>
<div class="container">
<nav class="navbar navigation" id="top-nav">
<a class="navbar-brand logo" href="#">
<h1>ODATE</h1>
</a>
<button class="navbar-toggler hidden-lg-up float-lg-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" >
<i class="tf-ion-android-menu"></i>
</button>
<div class="collapse navbar-toggleable-md" id="navbarResponsive">
<ul class="nav navbar-nav menu float-lg-right" id="top-nav">
<li class="active">
<a href="#">HOME</a>
</li>
<li class="active">
<a href="http://o-date.github.io/live/">TEXTBOOK</a>
</li>
<li class="active">
<a href="/support/notebooks-toc/">NOTEBOOKS</a>
</li>
<li class="active">
<a href="/support/contact/">CONTACT</a>
</li>
</ul>
</div>
</nav>
</div>
<section class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<img src="/images/odate.png" alt="ODATE logo">
</div>
<div class="col-md-6">
<div class="block">
<h1 class="">The Open Digital Archaeology Textbook</h1>
<p>An introduction to the issues, methods, and techniques of digital archaeology, integrated with working code and virtual computing environments or 'notebooks' written in Python or R. The only thing you'll need is a browser! Intended for second or third year students, all materials are creative-commons licensed, and may be remixed to suit your instructional purposes. Funded by eCampusOntario.</p>
<a class="btn btn-main" href="/support/" role="button">Learn How to Use or Remix!</a>
</div>
</div>
</div>
</div>
</section>
<section class="feature section">
<div class="container">
<div class="row">
<div class="heading">
<h2>How does it work?</h2>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-chalkboard-teacher"></i>
<h4>Written by Experts</h4>
<p>Shawn Graham, Neha Gupta, Jolene Smith, Andreas Angourakis, Michael Carter, & Beth Compton.</p>
</div>
<div class="feature-box">
<i class="fas fa-unlock"></i>
<h4>Open Repositories</h4>
<p>All text and code may be forked and re-used.</p>
</div>
<div class="feature-box">
<i class="fas fa-book-open"></i>
<h4>Jupyter Notebooks + Binder</h4>
<p>Explanations of the code are woven with the code itself in a virtual computer you spin up when needed.</p>
</div>
</div>
<div class="col-md-4 text-center">
<img src="/images/monitor-313011_640.png" alt="Monitor Icon">
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-users"></i>
<h4>Collaborative Reading</h4>
<p>Built-in tools to annotate the text as a group or as an individual; threaded conversations with unique URLs for each annotation.</p>
</div>
<div class="feature-box">
<i class="fas fa-edit"></i>
<h4>Collaborative Writing</h4>
<p>Digital technology moves quickly. Propose changes to our text using Github.</p>
</div>
<div class="feature-box">
<i class="fab fa-creative-commons"></i>
<h4>Creative Commons Licensed</h4>
<p>Use it. Re-mix it. Take it to pieces and make it better.</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<div class="block">
<a href="" class="footer-logo">ODATE</a>
<ul class="menu">
<li class="">
<a href="#">HOME</a>
</li>
<li class="">
<a href="http://o-date.github.io/live/">TEXTBOOK</a>
</li>
<li class="">
<a href="/support/notebooks-toc/">NOTEBOOKS</a>
</li>
<li class="">
<a href="/support/contact/">CONTACT</a>
</li>
</ul>
<p class="copyright-text">Vex theme by <a href="http://www.Themefisher.com">Themefisher</a>|Text & code cc the authors.</p>
<a href="http://ecampusontario.org">
<img width="100" src="images/ecampuslogo.png" alt="ecampus ontario logo"></a> | <a href="http://carleton.ca"> <img width="100" src="images/CarletonWide_white.gif"></a>
</div>
</div>
</div>
</div>
</footer>
<script src="/js/vendor/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
<script src="/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<script src="/js/jquery.magnific-popup.min.js"></script>
<script src="/js/main.js"></script>
</body>
</html>