-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (122 loc) · 8.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quovixi | Projects</title>
<meta property="og:title" content="quovixi | Projects by Vicky Carmichael" />
<meta property="og:description" content="By day, I'm a product manager. And by night… I basically do the same thing but for fun." />
<meta property="og:url" content="https://quovixi.com/" />
<meta property="og:image" content="https://quovixi.com/assets/vicky.png" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/1cafd556b6.js" crossorigin="anonymous"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="ed4a631b-0d49-40eb-9928-b5fe989705d7"></script>
<link href="styles.css" 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=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary sticky-top mt-4" data-bs-theme="dark">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://vicky.pika.page/" target="_blank" data-umami-event="Blog">Blog <i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<h1 id="summary">quovixi projects</h1>
<div class="lead">
<p>Product manager by day. Nerd 24/7. Here are some projects I wrote, designed, and (with help from ChatGPT) coded.</p>
</div>
<div class="projects-container">
<div class="project">
<a href="https://rankly.quovixi.com" target="_blank" data-umami-event="rankly"><img src="assets/rankly.png" alt="rankly thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="https://rankly.quovixi.com" target="_blank" data-umami-event="rankly">rankly. <i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a></h2>
<p class="project-description">A web app for ranking up to 10 items by selecting your preference from all possible pairings (my final project for CS50 Introduction to Computer Science).</p>
</div>
</div>
<div class="project">
<a href="/anthologia"><img src="assets/anthologia.jpg" alt="anthologia thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="/anthologia">Anthologia</a></h2>
<p class="project-description">A curated list of art I love, powered by a Google Sheet. Featuring books, films, TV shows, music and more with rich media descriptions of what I enjoy about them.</p>
</div>
</div>
<div class="project">
<a href="https://linkedinspo.quovixi.com" target="_blank" data-umami-event="LinkedInspo"><img src="assets/LinkedInspo.png" alt="linkedinspo thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="https://linkedinspo.quovixi.com" target="_blank" data-umami-event="LinkedInspo">LinkedInspo <i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a></h2>
<p class="project-description">A random prompt generator for when you can't think what to post on LinkedIn, with example posts. Filter by category: informative, personal, inspiring, or engaging.</p>
</div>
</div>
<div class="project">
<a href="https://rsvpcalc.quovixi.com" target="_blank" data-umami-event="RSVPcalc"><img src="assets/RSVPcalc.png" alt="rsvpcalc thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="https://rsvpcalc.quovixi.com" target="_blank" data-umami-event="RSVPcalc">RSVPcalc <i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a></h2>
<p class="project-description">A simple tool for forecasting attendance at your invite-only event. Work forwards from invites sent, or backwards from places to fill.</p>
</div>
</div>
<div class="project">
<a href="/playground"><img src="assets/playground.png" alt="playground thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="/playground">Widget playground</a></h2>
<p class="project-description">Applying fun themes to the Tito widget and making the CSS available to copy for other users.</p>
</div>
</div>
<div class="project">
<a href="/perfect-match"><img src="assets/perfect-match.png" alt="perfect match thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="/perfect-match">perfect match</a></h2>
<p class="project-description">Interactive version of a L.O.V.E.S name compatibility game I used to play as a kid. The most fun part of this project was adding the "hand-drawn" elements with CSS.</p>
</div>
</div>
<div class="project">
<a href="/quonnections"><img src="assets/quonnections.png" alt="quonnections thumbnail" class="project-image"></a>
<div class="project-details">
<h2 class="project-title"><a href="/quonnections">quonnections</a></h2>
<p class="project-description">An interactive quiz based on Only Connect's "Connecting Wall" puzzle, where you need to indentify four groups of four related words.</p>
</div>
</div>
</div>
<div class="newsletter-signup">
<h2>Sign up to my newsletter</h2>
<div class="lead">Project updates sent monthly-ish.</div>
<iframe src="https://vickycarmichael.substack.com/embed" width="480" height="150" style="border:none; background:none;" frameborder="0" scrolling="no"></iframe>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
var year = new Date().getFullYear();
document.getElementById('year').textContent = year;
});
</script>
<footer class="footer mt-4 mb-4 divider-footer">
<p><i class="fa-regular fa-copyright fa-xs"></i> Vicky Carmichael, <span id="year"></span></p>
<div>
<a href="https://www.linkedin.com/in/vickycarmichael/" target="_blank" data-umami-event="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://bsky.app/profile/quovixi.com" target="_blank" data-umami-event="Bluesky"><i class="fa-brands fa-bluesky"></i></a>
<a href="https://github.com/quovixi" target="_blank" data-umami-event="GitHub"><i class="fa-brands fa-github"></i></a>
</div>
</footer>
</body>
</html>