-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
129 lines (126 loc) · 6.1 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
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
This is the PencilRevived theme, created by infinitytec.
It is protected under the MIT License:
Copyright 2021 infinitytec
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This theme is still a work-in-progress.
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>infinitytec</title>
<link rel="stylesheet" type="text/css" href="style/pencilrevived.css">
<link rel="shortcut icon" href="style/icon.ico" type="image/x-icon" />
<script src="style/pencilrevived.js"></script>
</head>
<body>
<nav>
<button class="hamburger" onclick="menu()"><img src="style/hamburger.svg" alt="menu"></button>
<h1><a href="#">infinitytec.github.io</a></h1>
<div id="navmenu">
<a href="#welcome">Welcome</a>
<a href="#projects">Projects</a>
<a href="#find">Find Me</a>
<a href="#pc">My PC</a>
<a href="supportme/supportme.html">Support Me</a>
<a href="contact/contact.html">Contact Me</a>
</div>
</nav>
<main>
<section id="welcome" class="full blue">
<img src="style/icon.png" alt="icon" height="100" width="100">
<h1>Hello! I am infinitytec</h1>
<p>I enjoy computers, Theology, animals, and other things. This is a site to help you get to know more about me, see what I am up to, and, hopefully, you will find something useful to you.</p>
<p>I have a number of hobbies. Apart from computers, I like to take photos, do Amateur Radio activities, and think. I also enjoy web design, as is made evident by me having my own hand-coded website.</p>
<p>Below you will find my projects, computer stuff, and other things.</p>
</section>
<section id="projects" class="full img">
<h1>Here are some of my current projects:</h1>
<div class="box blue fancy">
<img src="assets/blocklists.png" alt="blocklists">
<h1>Blocklists</h1>
<p>Making the Internet better, one domain at a time</p>
<a href="blocklists/blocklists.html" class="big">Check them out</a>
</div>
<div class="box blue fancy">
<img src="assets/wallpapers.png" alt="wallpapers">
<h1>Wallpapers</h1>
<p>Many things to make your desktop more interesting</p>
<a href="wallpapers/wallpapers.html" class="big">Check them out</a>
</div>
<h1>Some older projects of mine:</h1>
<div class="box blue fancy">
<img src="assets/userscripts.png" alt="userscripts">
<h1>Userscripts</h1>
<p>Things to make the Web look better</p>
<a href="userscripts/userscripts.html" class="big">Check them out</a>
</div>
<div class="box blue fancy">
<img src="assets/pencilrevived.png" alt="pencilrevived">
<h1>Pencil Revived</h1>
<p>This website's style</p>
<a href="https://github.com/infinitytec/infinitytec.github.io" class="big">Check it out</a>
</div>
</section>
<section id="find" class="full grey">
<h1>These are links to my profiles on several platforms:</h1>
<div class="box blue fancy fifth">
<h1>Github</h1>
<img src="assets/gh.png" alt="github-icon">
<a href="https://github.com/infinitytec" class="big">Go</a>
</div>
<div class="box blue fancy fifth">
<h1>Unsplash</h1>
<img src="assets/unsplash.png" alt="unsplash-icon">
<a href="https://unsplash.com/@infinitytec" class="big">Go</a>
</div>
<div class="box blue fancy fifth">
<h1>Reddit</h1>
<img src="assets/reddit.png" alt="reddit-icon">
<a href="https://www.reddit.com/user/infinitytec" class="big">Go</a>
</div>
<div class="box blue fancy fifth">
<h1>Scratch</h1>
<img src="assets/scratch.png" alt="scratch-icon">
<a href="https://scratch.mit.edu/users/infinitytec/" class="big">Go</a>
</div><br>
<aside>All marks and logos are properties of their respective owners. I am not endorsed by them or have any affiliation other than using their platforms.</aside>
</section>
<section id="various" class="full blue">
<div class="box half grey fancy fixed" id="pc">
<h1>My PC</h1>
<p>I custom-built my PC, because why not? Here are the specs:</p>
<ul>
<li>Ryzen 7 2700</li>
<li>X470 motherboard</li>
<li>16 GB RAM</li>
<li>1 TB m.2 NVMe SSD (boot drive)</li>
<li>2 TB HDD</li>
<li>Radeon RX 5700</li>
<li>Windows 10 Pro</li>
</ul>
<p>I also have some servers I may list here at some point.</p>
</div>
<div class="box grey fancy" id="support">
<img src="assets/support.png" alt="support">
<h1>Support me!</h1>
<p>Want to help me with my projects? Just want to buy me lunch?</p>
<a href="supportme/supportme.html" class="big">Support me!</a>
</div>
<div class="box grey fancy" id="contact">
<img src="assets/contact.png" alt="contact">
<h1>Contact me!</h1>
<p>Questions? Comments? Deep thoughts? Please let me know!</p>
<a href="contact/contact.html" class="big">Contact me!</a>
</div>
</section>
</main>
<footer>
<p>Copyright ©2023, infinitytec. "infinitytec" and the door logo are trademarks of infinitytec. The theme to this site is Pencil Revived, ©2020 by infinitytec, under the MIT License.</p>
</footer>
</body>
</html>