generated from MLH-Fellowship/pod-3.1.2-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
35 lines (32 loc) · 973 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
---
---
<!DOCTYPE html>
<html lang="en">
{% include header.html %}
<body>
{% include navbar.html %} {% include profile.html %} {% include
projects.html %} {% include experience.html %} {% include education.html %}
{% include contact.html %}
<div class="switch">
<input type="checkbox" id="switch-input" name="toggle" />
<label for="toggle">
<i class="bulb">
<span class="bulb-center"></span>
<span class="filament-1"></span>
<span class="filament-2"></span>
<span class="reflections">
<span></span>
</span>
<span class="sparks">
<i class="spark1"></i>
<i class="spark2"></i>
<i class="spark3"></i>
<i class="spark4"></i>
</span>
</i>
</label>
<script src="./scripts/index.js"></script>
</div>
{% include footer.html %} {% include project-details.html %}
</body>
</html>