-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<title>bartbart2003.github.io</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="author" content="bartbart2003">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id='headerDiv'>
<div style='border: 1px solid black; display: inline-block; width: 100px; height: 100px;'><img src='bartbart2003.png' width='100px' height='100px' /></div>
<div>bartbart2003's website</div>
</div>
<div id='categoryDiv'>
<div id='projectsHeader'>PROJECTS</div>
<div id='container'>
<div class='singleProjectDiv'>
<div class='singleProjectHeader'>LibreAnswer</div>
<div class='singleProjectDescription'>A quiz game written in PHP.</div>
<div class='singleProjectLink'><a href='https://github.com/bartbart2003/LibreAnswer'>GITHUB</a></div>
</div>
<div class='singleProjectDiv'>
<div class='singleProjectHeader'>BSChat</div>
<div class='singleProjectDescription'>A simple chat app written in PHP.</div>
<div class='singleProjectLink'><a href='https://github.com/bartbart2003/bschat'>GITHUB</a></div>
</div>
</div>
</div>
<div id='categoryDiv'>
<div id='projectsHeader'>LINKS</div>
<div style='text-align: center; font-size: 20px;'>
<a href='https://github.com/bartbart2003' style='text-decoration: underline;'>GitHub profile</a> | <a href='https://bartbart.eu' style='text-decoration: underline;'>bartbart.eu - my Polish website</a>
</div>
</div>
</body>
</html>