-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/x-icon" href="/src/icons/favicon.ico ">
<link
href="https://fonts.googleapis.com/css2?family=Sometype+Mono&display=swap"
rel="stylesheet"
/>
<title>adambisa</title>
</head>
<body>
<main>
<div class="intro">
<h1 class="intro__title">ADAM BISA</h1>
<p class="intro__subtitle">
Welcome to my journey through computer science.
</p>
</div>
<ul class="projects">
<li class="project">
<a class="project__link" href="https://roznuk.fit/">
<div class="project__card">
<h2 class="project__title">Rice purity test, but for FIT VUT</h2>
<p class="project__description">
Measure your accomplishments (or lack thereof) with this new and
improved test.
</p>
</div>
</a>
</li>
</ul>
<ul class="projects">
<li class="project">
<a class="project__link" href="https://github.com/adambisa/motion-capture">
<div class="project__card">
<h2 class="project__title">Motion Detection</h2>
<p class="project__description">
Try this motion detector & tracker all in one simple python script using open-cv.
</p>
</div>
</a>
</li>
</ul>
</main>
<footer class="footer">
<a href="https://github.com/adambisa" target="_blank">Github</a>
<a href="https://linkedin.com/in/adambisa" target="_blank">LinkedIn</a>
<a href="src/resume_adambisa.pdf" download="">CV</a>
<a href="mailto:[email protected]?subject=Kontakt z webu"
>Contact me!</a
>
</footer>
</body>
</html>