-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap-portfolio.html
More file actions
105 lines (102 loc) · 4.94 KB
/
map-portfolio.html
File metadata and controls
105 lines (102 loc) · 4.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang=de>
<head>
<link rel=icon href="assets/images/logo/favicon.ico">
<link id="theme-link" rel="stylesheet" href="assets/styles/greysteam/greysteam.css">
<link rel="stylesheet" href="assets/bxslider/jquery.bxslider.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/bxslider/jquery.bxslider.min.js"></script>
<script>
$(document).ready(function(){
$('.bxslider').bxSlider({
captions: true,
slideWidth: 640
});
});
</script>
<meta charset=utf-8>
<title>leonill007 - Map Portfolio</title>
<div class='stage'>
</head>
<body>
<center><a href="index"><img src="assets\images\logo\logo.png" title="leonill007" alt="leonill007" width="733" height="140"></a></center>
<main>
<nav>
<li><a href="index">Home</a></li>
<li><a href="downloads">Downloads</a></li>
<li><a href="map-portfolio">Map Portfolio</a></li>
<li><a href="things">JS Things</a></li>
<li><a href="wrapped">Wrapped</a></li>
<li><a href="contact">Contact</a></li>
</nav>
<div class="window" name="Source Engine Map Portfolio">
<div class="box inset">
<h1><img src="assets\images\icons\hl2.png" height="24" width="24">Half-Life 2</img></h1>
<h2>Water Canal Night</h2>
<p><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=3367404158">Steam Workshop</a></p>
<center>
<div class="bxslider">
<div><img src="https://images.steamusercontent.com/ugc/54700621455142185/3FED06984315822E767D0210D4ECF25326CBF1E3/?imw=640&imh=360&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true">Woah!</div>
</div>
</center>
<h1><img src="assets\images\icons\gm.png" height="24" width="24">Garry's Mod</img></h1>
<p><a href="https://steamcommunity.com/id/xVenti/myworkshopfiles?browsefilter=myfiles&sortmethod=creationorder§ion=items&appid=4000&requiredtags%5B%5D=-1&requiredtags%5B%5D=Map">All Garry's Mod maps</a></p>
<h2>gm_firstmap</h2>
<center>
<div class="bxslider">
<div><img src="assets/images/mpf/gm/firstmap.png">gm_firstmap from 2017</div>
</div>
</center>
<h2>gm_firstmap_remake</h2>
<center>
<div class="bxslider">
<div><img src="assets/images/mpf/gm/firstmap_r.png">gm_firstmap_remake from 2019</div>
</div>
</center>
<h2>gm_construction</h2>
<center>
<div class="bxslider">
<div><img src="assets/images/mpf/gm/construction.png">Initially started as a ripoff gm_construct for JBMod and then further made into a basic sandbox map.</div>
<div><img src="assets/images/mpf/gm/construction2.png">Initially started as a ripoff gm_construct for JBMod and then further made into a basic sandbox map.</div>
</div>
</center>
<hr>
<h1><img src="assets\images\icons\p.png" height="24" width="24">Portal</img></h1>
<center>
<div class="bxslider">
<div><img src="assets/images/mpf/p/ti1.png">Turret Intro from Portal 2</div>
<div><img src="assets/images/mpf/p/ti2.png">Turret Intro from Portal 2</div>
<div><img src="assets/images/mpf/p/ti3.png">Turret Intro from Portal 2</div>
<div><img src="assets/images/mpf/p/ti4.png">Turret Intro from Portal 2</div>
<div><img src="assets/images/mpf/p/ti5.png">Turret Intro from Portal 2</div>
<div><img src="assets/images/mpf/p/ti6.png">Turret Intro from Portal 2</div>
</div>
</center>
<p><a href="https://www.moddb.com/games/portal/addons/turret-intro">Mod DB download</a></p>
<hr>
<h1><img src="assets\images\icons\p2.png" height="24" width="24">Portal 2</img></h1>
<h2>Clean Portal 2 maps</h2>
<p><a href="https://steamcommunity.com/workshop/filedetails/?id=2158531584">Workshop Collection</a></p>
<center>
<div class="bxslider">
<div><img src="assets/images/mpf/p2/clean1.png">Column Blocker</div>
<div><img src="assets/images/mpf/p2/clean2.png">Turret Intro</div>
<div><img src="assets/images/mpf/p2/clean3.png">Turret Blocker</div>
<div><img src="assets/images/mpf/p2/clean4.png">Laser vs Turret</div>
</div>
</center>
<p><a href="https://steamcommunity.com/id/xVenti/myworkshopfiles?browsefilter=myfiles&sortmethod=creationorder§ion=items&appid=620&requiredtags%5B%5D=Custom+Visuals">All Portal 2 maps</a></p>
<hr>
<h1><img src="assets\images\icons\other.png" height="24" width="24">Other</img></h1>
</div>
<center><p>© leonill007 2021 - 2026</p>
<div id="theme-switcher">
<button id="greysteam-button">Greysteam</button>
<button id="greensteam-button">Greensteam</button>
</div>
</center>
</div>
</main>
</body>
<script src="assets/js/themeswitcher.js"></script>
</html>