-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
50 lines (45 loc) · 2.25 KB
/
website.html
File metadata and controls
50 lines (45 loc) · 2.25 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
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
<link rel="shortcut icon" href="https://i.imgur.com/G9gXjjW.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>Cave.tf</title>
</head>
<body>
<div class="container">
<div class="color-primary">
<h1 class="page-title">Cave.tf </h1>
<img class="avatar" src="https://i.imgur.com/G9gXjjW.png">
<h2>A little bit about me:</h2>
<h3>Based in Belgium, "Cave" aka Sam has extensive knowledge in hospitality, customer service and accounting.</h3>
<h4>You can always reach me for inquiries on Discord at Cave#9006.</h4>
</div>
<div class="section-project">
<a href="https://stntrading.eu">
<img class="project-logo" src="https://stntrading.eu/assets/img/logos/logo.svg">
</a>
<div class="project-content color-primary">
<h2>Price moderator during 2017-2018.</h2>
<h4>During 2017, I came onboard as price moderator after some time helping as a support agent after that I kickstarted their Unusual banking and proceded to price for a full year on all kinds of items.</h4>
</div>
</div>
<div class="section-project">
<a href="https://Gladiator.tf">
<img class="project-logo" src="https://gladiator.tf/img/logo-text.png">
</a>
<div class="project-content color-primary">
<h2>Co-owner since 2019.</h2>
<h4>The most popular and widely used bot rental service for Team Fortress 2 items, you can sell and buy TF2 items from our bots and have most likely traded with one of those before.</h4>
</div>
</div>
<div class="color-primary">
<h3>Other (secret) projects</h3>
<h4>To be revealed on a later date.</h4>
</div>
</div>
</div>
<button onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ') ">Obligatory Rick Roll</button>
<button onclick="window.open('https://www.youtube.com/watch?v=Q8hp2IkI2es') ">Only click when Friday</button>
</div>
</body>
</html>