-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 2.87 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
60
61
62
63
64
65
66
67
<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 started as a Support Agent, after proving myself with Unusual Suggesting, I kickstarted their Unusual Banking, going on to price all their Unusuals and their 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 most widely used bot rental service for Team Fortress 2 items, you can sell and buy TF2 items from our bots and you have most likely traded with one of those before.</h4>
</div>
</div>
<div class="section-project">
<a href="https://everyday.tf">
<img class="project-logo" src="https://everyday.tf/images/logo-clear.png">
</a>
<div class="project-content color-primary">
<h2>Co-owner since 2021.</h2>
<h4>A TF2 & CS:GO Items trade site, with the experience gathered from STNTrading, we are looking to have low prices, with slim margins and an interface to rival other sites.</h4>
</div>
</div>
<div class="section-project">
<a href="https://vendor.tf">
<img class="project-logo" src="https://i.gyazo.com/96f40d13d9129c646a126c2be460c917.png%22%3E">
</a>
<div class="project-content color-primary">
<h2>Sole Owner.</h2>
<h4>TF2 & CS:GO Cash Site, coming in Q2 2022.</h4>
</div>
</div>
<div class="color-primary">
<h3>Other (secret) projects</h3>
<h4>To be revealed on a later date.</h4>
</div>
</div>
</div>
</body>
</html>