-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyoutube.html
More file actions
83 lines (66 loc) · 3.92 KB
/
youtube.html
File metadata and controls
83 lines (66 loc) · 3.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Rowan Fortier - YouTube</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<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 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 class="active" 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>YouTube</h1>
<p>Creating unique videos on various channels since 2013. My main channel currently has over <b>17,000 subscribers</b>, including 3 videos with over <b>100,000 views</b>.</p>
<div class="yt-grid">
<div class="yt-channel gradient-yt-rf">
<a href="https://www.youtube.com/@RowanFortier"><img class="yt-image" src="https://yt3.googleusercontent.com/M29sbzcK8N80Rd2vj87M_6VTynNqXxwjAoN7WL95Dd0pH2nyAOxZwLfbXvQWGhDrjCmr8YiCxg=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>Rowan Fortier</h2>
<p>My main channel, sponsored by <a href="https://thecubicle.com">TheCubicle.com</a>.</p>
</div>
</div>
<div class="yt-channel gradient-yt-rfp">
<a href="https://www.youtube.com/@rowanfortierplus"><img class="yt-image" src="https://yt3.googleusercontent.com/Xm0EEORttcy6LHTj1IXnXpur_w13BjaRzGAerZVZBnXaSpewkfIa2gzPCXBXbXJ4VrIyycXx=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>Rowan Fortier +</h2>
<p>Secondary channel, filled with various random content.</p>
</div>
</div>
<div class="yt-channel gradient-yt-zc">
<a href="https://www.youtube.com/@zaneycuber6033"><img class="yt-image" src="https://yt3.googleusercontent.com/ytc/AIdro_ll1kGOdnzewBhsMtMcVkkDjwC_QnvlcJ8UbClkeC1QSqI=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>Zaney Cuber</h2>
<p>My old channel for Rubik's Cube content.</p>
</div>
</div>
<div class="yt-channel gradient-yt-ae">
<a href="https://www.youtube.com/@asmreverything6045"><img class="yt-image" src="https://yt3.googleusercontent.com/ytc/AIdro_kk7M-KEtPlsdF3TOq70ZJftbR-6U_1XTcUFXpZ0V6qTw=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>ASMR Everything</h2>
<p>A really bad old channel with only 2 videos on it. Please don't watch it.</p>
</div>
</div>
<div class="yt-channel gradient-yt">
<a href="https://www.youtube.com/@whatif9275"><img class="yt-image" src="https://yt3.googleusercontent.com/ytc/AIdro_lieyJuLBiecHy6XFGujH05-T7k4KaP16T-dObjB44keA=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>What If</h2>
<p>A channel I made when I was into alternate history videos, and tried to replicate them.</p>
</div>
</div>
<div class="yt-channel gradient-yt-psg">
<a href="https://www.youtube.com/@pineapplesaladgaming3845"><img class="yt-image" src="https://yt3.googleusercontent.com/ytc/AIdro_lVSn42dNByoWNABdIAY1sg1YFR45SpTg-awOUVWsmhJA=s160-c-k-c0x00ffffff-no-rj"></a>
<div>
<h2>Pineapple Salad Gaming</h2>
<p>A gaming channel that was a collaboration between me and my best friend Kaden.</p>
</div>
</div>
</div>
</body>