-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
96 lines (96 loc) · 3.92 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
<!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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./sass/main.css" />
<title>Work</title>
</head>
<body>
<main>
<h1>Wo<span class="mirror">r</span>k</h1>
<h2></h2>
<div class="work-grid">
<section class="work1 card">
<div class="tile">
<h3>Dungeon Diaries</h3>
<p>
Introducing my D&D Dashboard App – the ultimate tool for Dungeon
Masters and adventurers! Elevate your tabletop gaming with
seamless collaboration. This app is a centralized hub for campaign
notes, character details, and plot developments. Say goodbye to
scattered papers; my intuitive design ensures every epic moment
and intricate storyline is at my fingertips.
</p>
<p>
Crafted for Dungeon Masters and players, my app simplifies
campaign management. Keep track of character backstories, quests,
and plot points effortlessly. Collaborate in real-time with your
party, diving into the immersive world of Dungeons & Dragons
without the hassle. Let my app be your guide to a seamless and
unforgettable gaming experience. Download now and embark on a
journey where every detail matters!
</p>
</div>
</section>
<section class="work2 card">
<div class="tile">
<h3>QuantumTask</h3>
<p>
Introducing QuantumTask, the ultimate productivity app for
seamless collaboration and efficient task management. Elevate your
workflow with a centralized hub for project notes, deadlines, and
team communication. Say goodbye to scattered documents;
QuantumTask's intuitive design ensures every detail is at your
fingertips.
</p>
<p>
Crafted for project managers and team members alike, QuantumTask
simplifies task organization. Keep track of project milestones,
deadlines, and important details effortlessly. Collaborate in
real-time with your team, diving into the world of productivity
without the hassle. Let QuantumTask be your guide to a streamlined
and effective work experience. Download now and embark on a
journey where every task is a step closer to success!
</p>
</div>
</section>
<div class="image-large">
<div class="filter"></div>
<div class="image-top"></div>
</div>
<div class="image-large">
<div class="filter"></div>
<div class="image-bottom"></div>
</div>
<div class="highlight tile">
<h3>Visit my GitHub</h3>
<h3>For More</h3>
<a
href="https://github.com/kwossi"
class="sm-icon"
target="_blank"
aria-label="GitHub"
><i class="fa-brands fa-github"></i
></a>
</div>
</div>
<div class="footer">
<a href="./index.html" class="back">BACK</a>
</div>
</main>
</body>
</html>