-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
123 lines (112 loc) · 4.35 KB
/
work.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<title>Koi-dev</title>
<link rel="stylesheet" href="css/styles.css"></link>
<link rel="icon" href="images/icons8-koi-fish-64.png">
<link rel="canonical" href="portfolio">
</head>
<body>
<header class="container">
<nav>
<ul>
<li><a href="/"><img src="images/icons8-koi-fish-64.png" alt="Koi-Dev Logo"></a></li>
<li><h1 class="audiowide-regular" pico-color-indigo-400" >Koi-Dev</h1></li>
</ul>
<ul>
<li><a href="/">Home</a></li>
<li><a aria-current="page" href="work.html">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main class="container pico-color-indigo-500">
<article>
<h2>What I'm working on right now!</h2>
<hr>
<p><a href="https://github.com/Koi-IT/Roomley">Roomley</a></p>
<p>Living with roommates can sometimes be a hassle.
Dividing up chores can be tough when its so easy to forget
who does what and when. There are many ways to handle this
manually but often its hard to keep track of everything and
stay consistent. Keeping consistent is key in keeping clean
living spaces and a fair distribution of chores.
</p>
<p>Enter Roomley, an app that handles the annoying task of
keeping track of tasks to get done. Roomley handles reminders,
grocery shopping together, and hopefully splitting bills easily.</p>
</article>
<!-- <div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div> -->
<!-- <div class="website-grid">
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
<div>
<article>
<h2>Developed Website</h2>
<img src="" alt="">
<a href=""></a>
</article>
</div>
</div> -->
<article>
<h2>Github</h2>
<hr>
<p><a id="github" href="https://github.com/Koi-it/">Koi-IT</a></p>
</article>
</main>
<footer class ="container">
<p><a href="about.html">More About Me</a></p>
<p>Andrew Johnson 2024</p>
</footer>
</body>
</html>