-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
144 lines (127 loc) · 6.9 KB
/
programming.html
File metadata and controls
144 lines (127 loc) · 6.9 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Rowan Fortier - Projects</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
</head>
<body>
<div class="topnav">
<div class="nav">
<a href="index.html"><span class="material-symbols-outlined">home</span> Home</a>
<a class="active" href="programming.html"><span class="material-symbols-outlined">build</span> Projects</a>
<a href="games.html"><span class="material-symbols-outlined">stadia_controller</span> Games</a>
<a href="youtube.html"><span class="material-symbols-outlined">youtube_activity</span> YouTube</a>
<a href="cubing.html"><span class="material-symbols-outlined">deployed_code</span> Rubik's Cube</a>
<a href="fitness.html"><span class="material-symbols-outlined">exercise</span> Fitness</a>
</div>
</div>
<h1>Projects</h1>
<h2>Hackathons</h2>
<a class="no-link-underline project-box-container" href="/projects/hellostars.html">
<div class="project-box gradient-hellostars">
<img src="images/projects/helloStarsLogo.png">
<div>
<h3>Hello, Stars!</h3>
<p>First place winning project of the 2025 Girls in Tech Hackathon. Hello, Stars! is a gamified platform to learn about stargazing - complete with user accounts, image recognition, database integration, and more.</p>
<div class="languages">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-python-plain"></i>
<i class="devicon-spring-original"></i>
<i class="devicon-mysql-original"></i>
</div>
</div>
</div>
</a>
<a class="no-link-underline project-box-container" href="/projects/canvasconnect.html">
<div class="project-box project-box-container gradient-canvasconnect">
<img src="images/projects/canvas_connect.png">
<div>
<h3>Canvas Connect</h3>
<p>First place winning project of the C<sup>2</sup> Hacks 2025 hackathon. Canvas Connect is a browser extension that adds new ways to discover clubs, school events, and group chat with classmates directly in Canvas!</p>
<div class="languages">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-json-plain"></i>
<i class="devicon-python-plain"></i>
<i class="devicon-mysql-original"></i>
<i class="devicon-flask-original"></i>
</div>
</div>
</div>
</a>
<h2>Personal Projects</h2>
<a class="no-link-underline project-box-container" href="https://hypercubing.xyz" target="_blank">
<div class="project-box gradient-hypercubing">
<img src="images/projects/HSC2.svg">
<div>
<h3>Hypercubing.xyz</h3>
<p>A wiki and leaderboard for the hypercubing community. I worked on the content and organization for many of the pages, as well as the frontend of the new leaderboard and verifying submissions.</p>
<div class="languages">
<i class="devicon-markdown-original"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-rust-original"></i>
</div>
</div>
</div>
</a>
<a class="no-link-underline project-box-container" href="https://github.com/blobinaticuber/3x3x3-simulator" target="_blank">
<div class="project-box gradient-333sim">
<img src="images/projects/processing-3x3x3.png">
<div>
<h3>3x3x3 Simulator</h3>
<p>My first ever functioning Rubik's Cube simulator program without spaghetti code! It uses linear algebra to keep track of the puzzle state and draw the graphics. There are keybinds for twists and rotations, as well as mouse controls to view the puzzle from different angles.</p>
<div class="languages">
<i class="devicon-java-plain"></i>
<i class="devicon-processing-plain"></i>
</div>
</div>
</div>
</a>
<a class="no-link-underline project-box-container" href="/projects/stellamagnus.html">
<div class="project-box gradient-stellamagnus">
<img src="images/projects/zirconium_ingot.png">
<div>
<h3>Stella Magnus</h3>
<p>A Minecraft mod for 1.19.4 that aimed to extend the base game's progression system by introducing new tiers of items found across different dimensions based on the planets in our solar system. Programming a Minecraft mod turned out to be very tedious and difficult to learn, but I did get a moon dimension with custom terrain and ore generation working, as well as some tools and crafting recipies.</p>
<div class="languages">
<i class="devicon-java-plain"></i>
<i class="devicon-json-plain"></i>
</div>
</div>
</div>
</a>
<a class="no-link-underline project-box-container" href="/projects/funnyclocks.html">
<div class="project-box gradient-333sim">
<img src="images/projects/metric-clock.jpg">
<div>
<h3>Funny Clocks</h3>
<p>A quick little page I built with javascript to show some funny timekeeping methods.</p>
<div class="languages">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-javascript-plain"></i>
</div>
</div>
</div>
</a>
<a class="no-link-underline project-box-container" href="/projects/nrkt.html">
<div class="project-box gradient-hypercubing">
<img src="images/projects/RKT parity square transparent.png">
<div>
<h3>nRKT Tool</h3>
<p>Tool for finding n-dimensional 2-gen RKT cancel algorithms.</p>
<div class="languages">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-javascript-plain"></i>
</div>
</div>
</div>
</a>
</body>