-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.3 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<title>B. Grant</title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<ul class="nav">
<h1>Ben Grant</h1>
<li><a href="#">Home</a></li>
<!--<li><a href="code.html">Code</a></li>-->
<!--<li><a href="Downloads.html">Downloads</a></li>-->
<li><a href="music.html">Music</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
<ul class="about">
<h1>Ben Grant</h1>
<p>
Physics student, Hobbyist Programmer, Guitarist and Bassist<br><br>
I have experience using PyQt5, Qt6 and SQL Database interfacing with pyodbc as well<br>as some limited experience with OpenGL, ImGui, Raylib and Unity<br><br>
Main Languages (in order of experience/preference):<br>
Python, C++ and SQL plus a little bit of HTML and CSS (evidence of the latter 2 is this website)<br>
Check out my <a href="https://github.com/bensgrant">GitHub page</a> to see some of my code projects.<br><br>
</p>
</ul>
<!-- <form class="instalink" style="display: inline" action="https://www.instagram.com/b.grant_music/" target="_blank" method="get">
<button>Music Instagram</button>
</form> -->
</body>
</html>