-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 849 Bytes
/
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
---
layout: default
title: Home
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tom Slanda</title>
</head>
<body>
<div>
{% include hero.html %}
</div>
<div class="section">
{% include about-me.html %}
</div>
<div class="section">
{% include current-projects.html %}
</div>
<div class="section">
{% include past-projects.html %}
</div>
<div class="section">
{% include experience.html %}
</div>
<div class="section">
{% include certifications.html %}
</div>
<div class="section">
{% include portfolio.html %}
</div>
<div class="section">
{% include tools.html %}
</div>
<div class="block"></div>
<div>
{% include footer.html %}
</div>
</body>
</html>