-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
152 lines (152 loc) · 8.87 KB
/
index.php
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?php include('./header.php')?>
<!-- Start Content -->
<img src="images/banner.webp" alt="Zwamdurkel's website" class="img-fluid w-100">
<div class="mx-5">
<h1>Zwamdurkel's Site</h1>
<hr class="bg-primary">
</div>
<div class="bg-white shadow-lg rounded-lg p-3 mx-md-5">
<?php
/*if ( !$login ) {
echo"<h2>Wait, What?</h2>
<hr class='bg-primary'>
<p>This is Zwamdurkel's personal website. <br></p>
<p>On this site you'll find many tools.</p>
<div class='d-flex justify-content-end'>
<a href='login' class='btn btn-primary text-white disabled'>Log In <i class='fas fa-sign-in-alt'></i></a>
</div>";
} else {
echo"<h2>Welcome Back!</h2>
<hr class='bg-primary'>
<p>You seem to be Zwamdurkel.</p>";
}*/
?>
<div class="row">
<div class="col-sm d-flex justify-content-between flex-column bg-light mx-3 p-3 rounded-lg border">
<div class="">
<h2>Hello there</h2>
<hr class='bg-primary'>
<p>This is Zwamdurkel's personal website. <br></p>
<p>On this site you'll find many tools.</p>
</div>
<div class='d-flex justify-content-end'>
<a href='login' class='btn btn-primary text-white disabled'>Log In <i class='fas fa-sign-in-alt text-white-50'></i></a>
</div>
</div>
<div class="col-sm mt-3 mt-md-0">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner rounded">
<div class="carousel-item active">
<a href="filerun"><img class="d-block w-100" src="/images/filerun.webp" alt="Filerun"></a>
</div>
<div class="carousel-item">
<a href="panel"><img class="d-block w-100" src="/images/panel.webp" alt="Panel"></a>
</div>
<div class="carousel-item">
<a href=""><img class="d-block w-100" src="/images/temp.webp" alt="Temp"></a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="bg-white shadow-lg rounded-lg p-3 mx-md-5 my-7">
<div class="row">
<div class="col-sm-8 bg-light mx-3 p-3 rounded-lg border">
<h2>File Server</h2>
<hr class="bg-primary">
<blockquote class="text-center blockquote">
"Self-Hosted File Sync and Sharing"
<footer class="blockquote-footer"><cite title="Source Title">https://filerun.com</cite></footer>
</blockquote>
<p>
Filerun allows you to upload and access files from anywhere. Not only through it's excelent web interface but also through the standalone software that integrates seamlessly in File Explorer.
Currently, my home NAS setup is set to sync with FileRun. This means that all the computers in the house, even thouse without the standalone software, can sync to FileRun.
</p>
<p>
It's truly a necessity for any computer enthusiast.
</p>
<div class="d-flex justify-content-end">
<a href="files" class="btn btn-primary">FileRun <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
<div class="col-sm d-flex justify-content-center align-items-center m-3">
<i class="fas fa-file-alt fa-8x text-primary"></i>
</div>
</div>
</div>
<div class="bg-white shadow-lg rounded-lg p-3 mx-md-5 my-7">
<div class="row">
<div class="col-sm d-flex justify-content-center align-items-center m-3">
<i class="fas fa-server fa-8x text-primary"></i>
</div>
<div class="col-sm-8 bg-light mx-3 p-3 rounded-lg border">
<h2>Pterodactyl Panel</h2>
<hr class="bg-primary">
<blockquote class="text-center blockquote">
"Pterodactyl is the open-source game server management panel built with PHP7, Nodejs, and Go. Designed with security in mind"
<footer class="blockquote-footer"><cite title="Source Title">https://pterodactyl.io</cite></footer>
</blockquote>
<p>It certainly works well for me. Compared to all the other game management panel's I've tried, this one is miles ahead of the rest.</p>
<div class="d-flex justify-content-end">
<a href="panel" class="btn btn-primary">Panel <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
</div>
</div>
<div class="bg-white shadow-lg rounded-lg p-3 mx-md-5 my-7">
<div class="row">
<div class="col-sm-12 text-center">
<h2>My work</h2>
<hr class="bg-primary">
</div>
<div class="col-sm-4 my-md-0 my-3">
<div class="card bg-light">
<img src="/images/mcserver.webp" class="card-img-top" alt="MC Server">
<div class="card-body">
<h5 class="card-title">MC Servers</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="mywork/mcservers" class="btn btn-primary">More <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
</div>
<div class="col-sm-4 my-md-0 my-3">
<div class="card bg-light">
<img src="/images/websites.webp" class="card-img-top" alt="Websites">
<div class="card-body">
<h5 class="card-title">Websites</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="panel" class="btn btn-primary">More <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
</div>
<div class="col-sm-4 my-md-0 my-3">
<div class="card bg-light">
<img src="/images/discordbot.webp" class="card-img-top" alt="Discord Bot">
<div class="card-body">
<h5 class="card-title">Discord Bot</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="panel" class="btn btn-primary">More <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
</div>
<div class="w-100 d-flex mt-3">
<a href="mywork" class="mx-auto btn btn-primary">All Projects <i class="fas fa-external-link-alt text-white-50"></i></a>
</div>
</div>
</div>
<!-- End Content -->
<?php include('./footer.php')?>