-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPFAS.html
More file actions
71 lines (67 loc) · 1.99 KB
/
PFAS.html
File metadata and controls
71 lines (67 loc) · 1.99 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style/style.css">
<title>Adam Grouses Website</title>
<link rel="icon" type="image/x-icon" href="/images/CORELogo.jpg">
<meta charset="UTF-8">
</head>
<body>
<div class="outline">
<h1 class="Tiltle">Welcome to Adam Grouses Website/portfolio </h1>
<h3 class="UnderClass">This Website Hoasts little programs and things I have made/Worked on</h3>
<div>
<div class="navbar">
<a href="./index.html" class="active";>HOME </a>
<div class="dropdown">
<button class="dropbtn">About Me
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./404.html">My background</a>
<a href="./IBelive.html">I belive project</a>
<a href="./404.html">CORE2062</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Programming background
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./404.html">Swift</a>
<a href="./404.html">java</a>
<a href="./404.html">Python</a>
<a href="./404.html">HTML/CSS</a>
<a href="./404.html">CoffeeScript</a>
<a href="./404.html">Front End</a>
<a href="./404.html">Back End</a>
<a href="./404.html">full Stack</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Schoolwork Archive
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./ChemFiles.html">Chem things</a>
<a href="./404.html">English</a>
<a href="./404.html">Java 1&2</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Under devopment
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./404.html">Under devopment</a>
<a href="./404.html">Under devopment</a>
<a href="./404.html">Under devopment</a>
</div>
</div>
</div>
<br>
<br>
<img src="./images/PFAS.png" width="75%" height="%75">
</div>
</body>
</html>