-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (147 loc) · 7.74 KB
/
Copy pathindex.html
File metadata and controls
161 lines (147 loc) · 7.74 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<title>Home - RuthlessBoi.github.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="img/default_icon.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="vendor/materialize/css/materialize.min.css"
media="screen,projection" />
<link href="vendor/fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/default.css">
</head>
<body>
<div class="section no-pad-bot main-container-setup" id="index-banner">
<nav class="" style="background: transparent;" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" class="brand-logo"><img src="img/banner.png" style="padding-bottom: 10px;" height="64"></a>
<ul class="right hide-on-med-and-down">
<li><a id="portfolioSpy">Portfolio</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#">Portfolio</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="container">
<br><br><br><br><br>
<h3 class="header center">About me</h3>
<div class="row center">
<h5 class="header col s12 light">
I go by Grant.
<br><br>
I'm a programmer, aspiring engineer and I like games.
<br><br>
I find <a class="light-blue-text text-lighten-3"
href="https://docs.microsoft.com/en-us/dotnet/csharp/getting-started/introduction-to-the-csharp-language-and-the-net-framework">C#</a> and
<a class="light-blue-text text-lighten-3" href="https://golang.org/">Go</a> enjoyable; specifically the .NET framework.
<br><br>
Currently working on some small projects and whatnot.
<br><br><br>
<h5>Find me at these places</h5>
</h5>
</div>
<div class="row center">
<a href="http://github.com/RuthlessBoi" id="githubSpy"><i class="fab fa-github fa-3x fab-hover"></i></a>
<a onclick="c2c()" id="discordSpy"><i class="fab fa-discord fa-3x fab-hover"></i></a>
<a href="https://twitter.com/Ruthless_bug13" id="twitterSpy"><i
class="fab fa-twitter-square fa-3x fab-hover"></i></a>
</div>
<br><br>
</div>
</div>
<div class="container spacer">
<div class="section">
<div class="row">
<div class="col s12 m6">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">Projects</h5>
<p class="light">
Most of my projects are hobbies and I procrastinate a lot; with a deadly mix like that
it's no surprise I don't get much done. But when I do, sometimes its interesting.
<br><br>
My schedule is usually jam packed, so I try my best to split my time between hobby projects
and engineering interests.
<br><br>
Any projects I'm currently working on can be found <a class="light-blue-text text-lighten-3"
href="https://github.com/RuthlessBoi?tab=repositories">here</a>.
</p>
</div>
</div>
<div class="col s12 m6">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">apps</i></h2>
<h5 class="center">Featured</h5>
<p class="light">
Any ongoing or future projects will be listed here; some might be interesting, others might not.
<br><br>
For now, here's a simple project I'm working on:
<br>
<a class="light-blue-text text-lighten-3" id="ampliusSpy" href="https://github.com/RuthlessBoi/Amplius">Amplius: A lightweight utilities library for .NET applications</a>
</p>
</div>
</div>
</div>
</div>
<br><br>
</div>
<div class="container spacer-2">
<div class="section">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">contact_mail</i></h2>
<h5 class="center">If theres anything else you need</h5>
<h6 class="center">Contact me <a class="light-blue-text text-lighten-3 hoverable" id="discordContactSpy"
onclick="c2c()">here</a></h6>
</div>
</div>
</div>
<footer class="page-footer footer-setup z-depth-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Info</h5>
<p class="grey-text text-lighten-4">
The project in its entirety can be found <a class="light-blue-text text-lighten-3"
href="https://github.com/RuthlessBoi/RuthlessBoi.github.io">here</a>.
<br><br>
<a class="light-blue-text text-lighten-3"
href="https://github.com/RuthlessBoi/RuthlessBoi.github.io/blob/master/LICENSE">LICENSE</a>
| <a class="light-blue-text text-lighten-3"
href="https://github.com/RuthlessBoi/RuthlessBoi.github.io/blob/master/README">README</a>
</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Help</h5>
<ul>
<li><a class="light-blue-text text-lighten-3"
href="https://github.com/RuthlessBoi/RuthlessBoi.github.io/issues">Report an issue</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Contact</h5>
<ul>
<li><a class="light-blue-text text-lighten-3" href="#!">Contact me via email</a></li>
<li><a class="light-blue-text text-lighten-3" href="#!">Contact me via Discord</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="light-blue-text text-lighten-3" href="http://github.com/RuthlessBoi">Grant B.</a>
<a class="white-text right">Copyright © 2020 All rights reserved</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.min.js"></script>
<script src="https://unpkg.com/tippy.js@6/dist/tippy-bundle.umd.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="vendor/materialize/js/materialize.min.js"></script>
<script src="js/init.js"></script>
</body>
</html>