-
Notifications
You must be signed in to change notification settings - Fork 0
/
liqFloors.html
74 lines (65 loc) · 2.41 KB
/
liqFloors.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
<!DOCTYPE html>
<html>
<head>
<title> PV - Home</title>
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div id = "particles-js"></div>
<script type = "text/javascript" src = "particles.js"></script>
<script type = "text/javascript" src = "app.js"></script>
<div class="navbar">
<a href = "index.html"><img class = "logo"></a>
<a href = "portfolio.html">PORTFOLIO</a>
<a href = "about.html">ABOUT</a>
</div>
<script>
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
window.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
var myDropdown = document.getElementById("myDropdown");
if (myDropdown.classList.contains('show')) {
myDropdown.classList.remove('show');
}
}
}
</script>
<div class="icon-bar">
<a href="Phillip%20Vanderlaat%20Resume.pdf"><img src="Resume.png"></a>
</div>
<script data-cfasync="false" type="text/javascript" src="form-submission-handler.js"></script>
<div class="projectDisplay">
<div class="title">
<h1>liquidfloorsusacfl.com</h1>
</div>
<img src="LiqFloors.png" width=50%></img>
<div class = "links">
<h10> CSS - WordPress</h10>
</div>
<div class = "main">
<div class="main-title">
<h4>
This is a professional website I made for a Gainesville flooring company.
I used WordPress (basic package) to make the basic layout, and then I implemented a lot of
CSS tricks to make it much nicer.
</h4>
</div>
<br>
</div>
<br>
<div class="title">
<h1>Links for this project</h1>
</div>
<br>
<div class = "links">
<a class="anchor" href="https://liquidfloorsusacfl.com/" target="blank">
<h1>
Link to the website
</h1>
</a>
</div>
</div>
</body>
</html>