Skip to content

Commit

Permalink
clean and ready for new users to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jehovahsays committed Jun 21, 2024
1 parent 6768d53 commit e179ab4
Show file tree
Hide file tree
Showing 52 changed files with 932 additions and 3,455 deletions.
484 changes: 250 additions & 234 deletions action.php

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
html {
font-family: sans-serif;
}

h1,
h2 {
text-align: center;
}

article {
width: 300px;
min-height: 50px;
margin: 0 auto;
padding: 10px;
background-image: repeating-linear-gradient(
to bottom,
transparent 1px,
transparent 20px,
rgb(0, 0, 150) 21px
),
linear-gradient(to bottom right, white, #ccc);
border-radius: 20px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
line-height: 1.5;
}

ul {
list-style-type: none;
padding-left: 0;
width: 480px;
margin: 0 auto;
padding-bottom: 30px;
}

li {
float: left;
width: 33%;
}

ul li a {
display: block;
text-align: center;
color: blue;
text-decoration: underline;
cursor: pointer;
}

ul li a:hover,
ul li a:focus {
text-decoration: none;
}
3 changes: 0 additions & 3 deletions en/automation.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/calculation.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/closure.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/cluster.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/collaboration.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/compass.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/core.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/database.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/equation.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/evolve.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/eyeball.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/galactic.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/geometry.html

This file was deleted.

3 changes: 0 additions & 3 deletions en/handle.html

This file was deleted.

3 changes: 3 additions & 0 deletions en/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

<meta name="viewport"content="width=device-width"><title>index</title><script src="../js/jquery-3.7.1.min.js"></script><script src="../js/bootstrap.js"></script><link href="../css/bootstrap.css"rel="stylesheet"></link><nav class="navbar navbar-inverse"><div class="container-fluid"><div class="navbar-header"><button type="button"class="navbar-toggle" data-toggle="collapse"data-target="#myNavbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand"href="./index.html">index</a><form class="form-group"action="../action.php"method="post"><input type="text"class="form-control"id="secure-form-answer-Human"type="text"name="secure-form-answer"maxlength="40"autocomplete="true"autocorrect="off"autocapitalize="off"spellcheck="true"placeholder="what word defines this word"required><noscript><labelfor="secure-form-answer-Human">Human</label></noscript></form><center><article>Keyword definitions go here</article></center></div></ul><ul class="nav navbar-nav navbar-right"><div class="collapse navbar-collapse" id="myNavbar"><center><button class="form-group"></form><a href="../index.html">return to homepage</a></button><br><br><a href="../delete.php?action=delete&filename=./en/index.html">delete this page</a></center>

Loading

0 comments on commit e179ab4

Please sign in to comment.