-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
191 lines (185 loc) · 7.05 KB
/
links.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<title>Neel Patel</title>
<meta charset="UTF-8" />
<meta property="og:title" content="Neel Patel" />
<meta property="og:site_name" content="Neel Patel" />
<meta
property="og:url"
content="https://notneelpatel.github.io/links.html"
/>
<meta property="og:description" content="Not Neel Patel's Website" />
<meta property="og:image" content="./assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<link rel="stylesheet" href="./assets/styles/root.css" />
</head>
<body>
<header>
<div></div>
<h1>
<a href="/index.html">notneelpatel.tech</a>
</h1>
<a onclick="toggleDarkMode()" id="darkModeToggle" href="#">🌙</a>
</header>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a> | </a></li>
<li><a href="./blog.html">blog</a></li>
<li><a> | </a></li>
<li>
<a href="https://notneelpatel.github.io/portfolio">portfolio</a>
</li>
<li><a> | </a></li>
<li><a href="./links.html">links</a></li>
<li><a> | </a></li>
<li><a href="./search.html">search</a></li>
</div>
<hr class="main" />
<div id="main-container">
<h2>Links/Resources</h2>
<h3>Websites of Friends</h3>
<p><a href="https://hamzaalsarakbi.com/">Hamza's Portfolio</a></p>
<p>
<a href="https://linguini1.github.io/portfolio"
>Matteo's Portfolio</a
>
</p>
<p>
<a href="https://aashna-verma.github.io">Aashna's Portfolio</a>
</p>
<p><a href="https://amileshn.github.io">Amilesh's Portfolio</a></p>
<p>
<a href="https://cheezytaco101.itch.io/"
>AOBUT Games / Marcus' Website</a
>
</p>
<p><a href="https://puffertron.net/">Kidane's Portfolio</a></p>
<p><a href="https://www.liam-carney.com/">Liam's Website</a></p>
<p>
<a href="https://www.patrickbonini.com">Patrick's Portfolio</a>
</p>
<p><a href="https://www.dylanfinlay.com/">Dylan's Portfolio</a></p>
<p>
<a href="https://hajar-assim.github.io/hajarassim-portfolio/"
>Hajar's Portfolio</a
>
</p>
<hr />
<h3>Useful Websites</h3>
<p>
<a href="https://monkeytype.com">Monkeytype</a> - A highly
configurable typing test
</p>
<p>
<a href="https://www.w3schools.com/">W3 Schools</a> - A resource
to learn pretty much any programming language
</p>
<p>
<a href="https://htmlcheatsheet.com/">HTML CheatSheet</a> -
Cheat Sheet for HTML, CSS, JS, and more
</p>
<p>
<a href="https://cssgrid-generator.netlify.app/">
CSS Grid Generator</a
>
- An easy way to make grids in CSS
</p>
<p>
<a href="https://remove.bg/">Remove BG</a> - Removes backgrounds
of images
</p>
<p><a href="https://ezgif.com/">EZ Gif</a> - Make and edit gifs</p>
<p>
<a href="https://www.ilovepdf.com/">I Love PDF</a> - Tools for
modifying/converting PDFs
</p>
<p>
<a
href="https://notneelpatel.github.io/archive/PersonalWebMap.pdf"
>Personal Web Map</a
>
- A map of websites that would fall under the
indie/yester/personal/small web.
</p>
<p>
<a href="https://www.webdesignmuseum.org/">Web Design Museum</a>
- See how websites used to look back when the internet was cool
</p>
<hr />
<h3>Software I Use</h3>
<p>
<a
href="https://github.com/Eloston/ungoogled-chromium#downloads"
>Ungoogled Chromium</a
>
- A modified version of Google's Chromium browser, without the
Google services
</p>
<p>
<a href="https://ublockorigin.com/">uBlock Origin</a> - FOSS ad
blocker
</p>
<p>
<a
href="https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk"
>Video Speed Controller (Chrome)</a
>
- Adjust the speed of any video on any website
</p>
<p>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/videospeed/"
>Video Speed Controller (Firefox)</a
>
- Adjust the speed of any video on any website
</p>
<p>
<a href="https://xournalpp.github.io/">Xournal++</a> - FOSS
note-taking program
</p>
<p>
<a href="https://www.gimp.org/"
>GNU Image Manipulation Program (GIMP)</a
>
- FOSS image manipulation tool
</p>
<p>
<a href="https://github.com/raspberrypi/rpi-imager"
>Raspberry Pi Imager</a
>
- Great for creating bootable drives, not just for Raspberry Pi
OS
</p>
<p>
<a href="https://syncthing.net/">Syncthing</a>
- Sync files across any device
</p>
<p>
<a href="https://www.renoise.com/">Renoise</a>
- My digital audio workstation of choice. It is a tracker DAW.
</p>
<p>
<a href="https://vencord.dev/">Vencord</a>
- A Discord client mod that adds many nice plugins/features.
</p>
</div>
<footer>
<script src="./assets/scripts/darkmode.js" defer></script>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a>|</a></li>
<li><a href="./blog.html">blog</a></li>
<li><a>|</a></li>
<li><a href="./feed.xml">RSS</a></li>
<li><a>|</a></li>
<li><a href="https://github.com/NotNeelPatel">github</a></li>
</div>
<br />
<a href="#top">↑ Top of Page ↑</a>
</footer>
</body>
</html>