This commit is contained in:
2019-09-06 22:04:35 +02:00
parent 05a5de5891
commit 1ba5e27263
7 changed files with 21 additions and 13 deletions
+7 -8
View File
@@ -10,14 +10,13 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<!-- <script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> -->
<div class="container-fluid">
<div class="row">
@@ -26,11 +25,11 @@
<h2 style="font-family: 'Aldo the Apache'">to the fun side</h2>
</div>
<div class="col-md-8 outer-div">
<div onclick="openNav1(TheSquare)" class="row inner-div" style="font-family:'Aldo the Apache'">
<div onclick="openNav1(TheSquare)" class="row inner-div" style="font-family: 'Aldo the Apache'">
The Square
</div>
<div onclick="openNav2(AltSquare)" class="row inner-div" style="font-family: 'Aldo the Apache'">
<b style="font-family: 'eyelevation6'">Alt </b> &nbsp;Square
<div onclick="openNav2(AltSquare)" class="row inner-div">
<b style="font-family: 'eyelevation6'">Alt </b> <b style="font-family: 'Aldo the Apache'">Square</b>
</div>
<div onclick="openNav3(Glod)" class="row inner-div" style="font-family: 'eyelevation6'">
Glod
@@ -215,11 +214,11 @@
</div>
<!-- Optional JavaScript -->
<script src="js/script.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/script.js"></script>
<script src="https://kit.fontawesome.com/0eb0b05fee.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>