-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvan_forums.html
120 lines (91 loc) · 3.77 KB
/
Evan_forums.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./logo.png" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="ForumScript.js" defer></script>
<link href="ForumStyle.css" rel="stylesheet">
<title>Evan's KSP World - Forums</title>
</head>
<body>
<input class="BorderRoundCenterButton" type="button" value="Leave forums" onclick="HomePage();" />
<ul class="tabs">
<li data-tab-target="#main" class="active tab">Main Forums</li>
<li data-tab-target="#mods" class="tab">Mods</li>
<li data-tab-target="#vhsVideos" class="tab">VHS Videos</li>
<li data-tab-target="#experimentation" class="tab">Mod Testing</li>
</ul>
<div class="tab-content">
<!-- Main -->
<div id="main" data-tab-content class="active">
<h1 style="text-align:center" class="BorderRound" >Evan Forums</h1>
</div>
<!-- Mods -->
<div id="mods" data-tab-content>
<h1 style="text-align:center" class="BorderRound" >Mods that I play with</h1>
<br>
<div class="LineOffRound"></div>
<h2 style="text-align:center">Mod Folders</h2>
<div class="LineOffRound"></div>
<br>
<h2 style="text-align:center">000_TexturesUnlimited</h2>
<h2 style="text-align:center">B9PartSwitch</h2>
<h2 style="text-align:center">CameraTools</h2>
<h2 style="text-align:center">KS3P</h2>
<h2 style="text-align:center">MagicSmokeIndustries</h2>
<h2 style="text-align:center">NearFutureProps</h2>
<h2 style="text-align:center">RealPlume</h2>
<h2 style="text-align:center">RealPlume-Stock</h2>
<h2 style="text-align:center">SmokeScreen</h2>
<h2 style="text-align:center">StationPartsExpansionRedus</h2>
<h2 style="text-align:center">Trajectories</h2>
<h2 style="text-align:center">TweakScale</h2>
<br>
<div class="LineOffRound"></div>
<h2 style="text-align:center">.dll files</h2>
<div class="LineOffRound"></div>
<br>
<h2 style="text-align:center">999_Scale_Redist</h2>
<h2 style="text-align:center">FShangerExtender</h2>
<h2 style="text-align:center">ModuleManger.2.8.1</h2>
<br>
<div class="LineOffRound"></div>
</div>
<!-- experimentation -->
<div id="experimentation" data-tab-content>
<h1 style="text-align:center" class="BorderRound" >Mod Testing</h1>
</div>
<!-- Old VHS videos Look "vhs_Videos\"-->
<div id="vhsVideos" data-tab-content>
<h1 style="text-align:center" class="BorderRound" >KSP Footage that i put some vhs effects on!</h1>
<div class="LineOffRound"></div>
<!-- video 3 start -->
<video class="BorderRoundCenter" controls>
<source src="vhs_Videos\Sequence 3.mp4"type="video/mp4">
Your browser does not support the video tag.
</video>
<h1 style="text-align:center" >Small ship impacting a big Station</h1>
<!-- video 3 end -->
<div class="LineOffRound"></div>
<!-- video 2 start -->
<video width="1920" height="1080" class="BorderRoundCenter" controls>
<source src="vhs_Videos\Sequence 2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h1 style="text-align:center" >A Station Crashing into another station!</h1>
<!-- video 2 end -->
<div class="LineOffRound"></div>
<!-- video 1 start -->
<video width="1920" height="1080" class="BorderRoundCenter" controls>
<source src="vhs_Videos\Sequence 1.mp4"type="video/mp4">
Your browser does not support the video tag.
</video>
<h1 style="text-align:center" >Just a Station Orbiting around Kerbin</h1>
<!-- video 1 end -->
<div class="LineOffRound"></div>
<h1 style="text-align:center" class="BorderRound" >nothing at the bottom</h1>
</div>
</div>
</body>