-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevs.html
More file actions
39 lines (34 loc) · 882 Bytes
/
devs.html
File metadata and controls
39 lines (34 loc) · 882 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developers</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="discrete-math-title">Discrete Math</h1>
<button class="devs-title" onclick="redirectToHomePage()">Home</button>
</div>
<h2 class="name-title">
Jared Elizan
</h2>
<h2 class="name-subtitle">
Backend Developer
</h2>
<h2 class="name-title">
Josh Labistre
</h2>
<h2 class="name-subtitle">
Quantitative Analyst
</h2>
<h2 class="name-title">
Leian Togores
</h2>
<h2 class="name-subtitle">
Interface
</h2>
<script src="script.js"></script>
</body>
</html>