-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.html
More file actions
39 lines (35 loc) · 2.14 KB
/
workshop.html
File metadata and controls
39 lines (35 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flora Park</title>
<meta name="description" content="This is my personal website. Welcome!">
<meta name="creator" content="Flora Park">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<!-- style import -->
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- link style -->
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-50221324-4', 'auto'); ga('send', 'pageview');</script>
</head>
<body>
<br>
<!-- workshop -->
<div class="workshops">
Intro to Latex Workshop, 01/31/2018
<div class="workshops_resource">
<p style="margin-left: 40px"> Download resources: <a href="latex_workshop.zip">latex_workshop.zip</a> <p>
<p style="margin-left: 40px"> Individual files:
<a href="latex_workshop/demo.tex">demo.tex</a>, <a href="latex_workshop/demo.pdf">demo.pdf</a>, <a href="latex_workshop/demo1.tex">demo1.tex</a>, <a href="latex_workshop/demo1.pdf">demo1.pdf</a>, <a href="latex_workshop/template.tex">template.tex</a>, <a href="latex_workshop/template.pdf">template.pdf</a>, <a href="latex_workshop/images/dog1.jpg">/images/dog1.jpg</a></p>
</div>
</div>
<!--java script, jquery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>