-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 1.95 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AugustFlow Hub</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 class="left logo">August Flow</h1>
<main class="center">
<p class="header-description left message">I look forward to working with you!</p>
<br><br>
<form class="left">
<label class="left" for="name">Enter your name below</label><br>
<input class="left" type="name"></input>
<input type="submit">
</form>
<br><br><br><br>
<table>
<h2>Projects:</h2>
<tr id="contact_form" class="contact_form"></tr>
<tr id="animated_nav" class="animated_nav"></tr>
<tr id="habit_tracker" class="habit_tracker"></tr>
<tr id="loading_screen" class="loading_screen"></tr>
<tr id="progress_tracker" class="progress_tracker"></tr>
<tr id="planner" class="planner"></tr>
<tr id="Display" class="Display">
<a href="/sites/Fonts/fonts.html">
<img class="displayImg" src="/sites/Fonts/Fonts.png">
<h2>Fonts Display Page</h2>
</a>
</tr>
<tr id="challenges" class="challenges Display">
<a href="/sites/SeptemberChallenge/septemberChallenge.html">
<img class="displayImg" src="/sites/SeptemberChallenge/Challenge.png" alt="" class="challengesImage">
<h2>Web Challenges with Lord_Abner</h2>
</a>
</tr>
<tr class="checklist">
<a href="/sites/Checklist/checklist.html">
<img src="/sites/Checklist/Screenshot 2024-10-26 111929.png" alt="">
<h2>Checklist</h2>
</a>
</tr>
</table>
</main>
</body>
</html>