-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
44 lines (43 loc) · 1.77 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
---
title: Ted Alff, Programmer
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ted Alff, Programmer</title>
<meta name="description" content="Projects page for Ted Alff">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet" type="text/css">
<link href="main.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="icon.png">
<!--Fonts-->
<link href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" rel="stylesheet" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=PT+Serif|Roboto&display=swap" rel="stylesheet">
</head>
<body>
{% include common.html %}
<div class="banner first-section">
<div class="slider-container">
<div class="banner-slider">
<!--Populated by script.js-->
</div>
</div>
<button class="btn-pause" id="pause-slideshow"><i class="fas fa-pause"></i></button>
<button class="btn-arrow btn-arrow-prev" id="banner-prev"><i class="fas fa-chevron-left"></i></button>
<button class="btn-arrow btn-arrow-next" id="banner-next"><i class="fas fa-chevron-right"></i></button>
</div>
<main>
<section class="blog last-child-no-border-bottom" id="blog">
<h2>What I'm Up To</h2>
</section>
<section class="links last-child-no-border-bottom" id="around-web">
<h2>Around the Web</h2>
</section>
</main>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/detect_swipe/2.1.4/jquery.detect_swipe.min.js"></script>
<script src="common.js"></script>
<script src="index.js"></script>
</body>
</html>