Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
M1829JS committed Sep 11, 2023
1 parent a2e2164 commit 053b374
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 11 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div class="col">
<a href="./support.html" class="gray">technical support</a>
</div>
<div class="col" id="nocol">
<a href="./signin.html" class="gray">Sign in</a>
<div class="col" id="nocol" class="log">
<a href="./signin.html" class="gray" >Sign in</a>
&nbsp; &nbsp; &nbsp; &nbsp;
<a href="./register.html" class="gray">Sign up</a>
</div>
Expand All @@ -35,7 +35,7 @@
<br>
<br>
<br>
<div>
<div >
<h4>This bussiness is all about making it easier for people who can't afford a another way to build their website like a web creating course and people who can't find a trustworthy web building app that is free without any subscriptions</h4>
<h5>I see in the future this bussiness becoming one of the most popular web creating sites in world and I really hope that happens becuase it's been very hard creating this website myself and I really want people to have an easier time creating their own websites <br> so I'm offering you the easiest and cheapest ways of creating your website, you won't have to break a sweat, creating a website here at Web Creators TM will only take at least a few hours <br> Please send us your feedback <a href="./contact.html" class="gray">here</a> or here:</h5>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="col">
<a href="./support.html" class="gray">technical support</a>
</div>
<div class="col" id="nocol">
<div class="col" id="nocol" class="log">
<a href="./signin.html" class="gray">Sign in</a>
&nbsp; &nbsp; &nbsp; &nbsp;
<a href="./register.html" class="gray">Sign up</a>
Expand Down
27 changes: 27 additions & 0 deletions create.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>register</title>
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/2920/2920244.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="background-color: goldenrod;" class="left"><a href="./index.html" onclick="alrt()" class="gray"> back< </a></div>
<br>
<form action="./regcomp.html">
<input type="text" placeholder="username" required>
<br>
<br>
<input type="text" placeholder="description(optional)">
<br>
<br>
<input type="checkbox" name="check" id="check" required value="<p class="forced">agree to the <a href="https://www.example.com">terms and conditions</a></p>">
<input type="submit" value="Done" onclick="created()">
</form>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div class="col">
<a href="./support.html" class="gray">technical support</a>
</div>
<div class="col" id="nocol">
<a href="./signin.html" class="gray">Sign in</a>
<div class="col" id="nocol" class="log">
<a href="./signin.html" class="gray" class="log">Sign in</a>
&nbsp; &nbsp; &nbsp; &nbsp;
<a href="./register.html" class="gray">Sign up</a>
</div>
Expand Down
38 changes: 38 additions & 0 deletions profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile</title>
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/1144/1144760.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="background-color: goldenrod;" class="left"><a href="./index.html" class="gray"> back< </a></div>
<div id="side_panel">
<input type="file" id="file">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<script src="./script.js"></script>
</body>
</html>
5 changes: 4 additions & 1 deletion regcomp.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<title>Thank You!</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/2920/2920244.png" type="image/x-icon">
</head>
<body>
<h1 id="center">Thank you for registering</h1>
<br>
<br>
<a href="./index.html"><button type="button" class="btn btn-success">done</button></a>
<form action="./profile.html">
<input type="submit" value="Done" class="subm">
</form>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h2>Sign up</h2>
<br>
<br>
<form action="regcomp.html" style="text-align: center;">
<form action="./create.html" style="text-align: center;">
<input type="email" placeholder="Enter your email" required>
<br>
<br>
Expand All @@ -26,7 +26,7 @@ <h2>Sign up</h2>
<br>
<br>
<br>
<input type="submit" value="Sign up" class="subm">
<input type="submit" value="Sign up" class="subm" onclick="created()">
</form>
<br>
<div style="display: flex;">
Expand Down
9 changes: 9 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
let password = document.getElementById("password");
let login = document.getElementById("login");
let create = false;
let log = document.getElementsByClassName('log');
function sign() {
if (password = login) {
SubmitEvent.apply;
} else {
document.getElementById("login").value = "";
alert("please enter the correct password");
};
};
function created() {
create = true;
};
if (create = true) {
document.getElementsByClassName('log').innerHTML = "";
log.innerHTML = "";
};
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,25 @@ input {

#nocol {
border: none;
}

.left {
text-align: left;
width: 100%;
margin-left: 0%;
}

#side_panel {
width: 20%;
margin-right: 85%;
background-color: goldenrod;
height: 100%;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#file {
border: none;
border-radius: 1px;
}
4 changes: 2 additions & 2 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<div class="col">
<a href=".//about.html" class="gray">About</a>
</div>
<div class="col" id="nocol">
<a href="./signin.html" class="gray">Sign in</a>
<div class="col" id="nocol" class="log">
<a href="./signin.html" class="gray" >Sign in</a>
&nbsp; &nbsp; &nbsp; &nbsp;
<a href="./register.html" class="gray">Sign up</a>
</div>
Expand Down

0 comments on commit 053b374

Please sign in to comment.