-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into css-input-error-#98
Signed-off-by: Athaxv <[email protected]>
- Loading branch information
Showing
16 changed files
with
348 additions
and
120 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="/assets/favicon-B48yql8W.ico" type="image/x-icon"> | ||
<title>Bitbox - Where Projects Find Solutions Together</title> | ||
<!--Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. --> | ||
<!-- <script defer src="http://localhost:5000/socket.io/socket.io.js"></script> --> | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script type="module" crossorigin src="/assets/index-IazPeWwM.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-CCRyelY1.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<center><h4 class="text-primary mb-4 border-bottom border-primary border-2 d-inline-block p-2 title-border-radius" >Project Upload Form</h4></center> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-sm-6 rounded" style="border:1px solid #bcccfe;background-color:white;width:630px;"> | ||
<br> | ||
<form method="post" action="" enctype="multipart/form-data"> | ||
<div class="mb-3"> | ||
<label for="exampleInputEmail1" class="form-label" style="color:black;">Contributer name:</label> | ||
<input type="text" name="name" class="form-control" id="exampleInputName" required> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="exampleInputEmail1" class="form-label" style="color:black;">Porject Title:</label> | ||
<input type="text" name="pt" class="form-control" id="exampleInputName" required> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="exampleInputEmail1" class="form-label" style="color:black;">Project Description:</label> | ||
<input type="text" name="pd" class="form-control" id="exampleInputName" required> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="exampleInputPassword1" class="form-label" style="color:black;">Project Category:</label> | ||
<select class="form-select" aria-label="Default select example" name="pc"> | ||
<option selected>Porject Category</option> | ||
<option value="Web developement">Web developement</option> | ||
<option value="Data Science">Data Science</option> | ||
<option value="A.I.">A.I.</option> | ||
<option value="Cloud Computing">Cloud Computing</option> | ||
<option value="Cyber Security">Cyber Security</option> | ||
<option value="Game Developement">Game Developement</option> | ||
<option value="Blockchain">Blockchain</option> | ||
</select> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="exampleInputEmail1" class="form-label" style="color:black;">Technologies Used:</label> | ||
<input type="text" name="tu" class="form-control" id="exampleInputName" required> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<div class="col-sm-6 rounded" style="border:1px solid #bcccfe;background-color:whitte;width:640px;"> | ||
<br> | ||
<div class="mb-3"> | ||
<label for="exampleInputEmail1" class="form-label" style="color:black;">Github/External Link:</label> | ||
<input type="text" name="link" class="form-control" id="exampleInputName" required> | ||
</div> | ||
|
||
|
||
<div class="mb-3"> | ||
<label for="exampleInputPassword1" class="form-label" style="color:black;">Submission Date:</label> | ||
<input type="date" name="date" class="form-control" id="exampleInputPassword1"> | ||
</div> | ||
|
||
<div class="mb-3"> | ||
<label for="exampleInputPassword1" class="form-label" style="color:black;">Email:</label> | ||
<input type="email" name="email" class="form-control" id="exampleInputPassword1" required> | ||
</div> | ||
<div class="form-group row"> | ||
<label for="staticEmail" class="col-sm-2 col-form-label" style="color:black;">Upload Files:</label> | ||
<div class="col-sm-10"> | ||
<input type="file" name="up" class="form-control" id="exampleInputName" style="margin-left:15px;background-color:white;"> | ||
</div> | ||
</div> | ||
<div class="form-group row"> | ||
<label for="staticEmail" class="col-sm-2 col-form-label" style="color:black;">Project Screenshots:</label> | ||
<div class="col-sm-10"> | ||
<input type="file" name="ps" class="form-control" id="exampleInputName" style="margin-left:15px;background-color:white;"> | ||
</div> | ||
</div> | ||
<br> | ||
|
||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<br> | ||
<center><button name="submit" type="submit" class="btn btn-primary text-white px-4 py-2 my-2 btn-border-radius" style="width:150px;">Submit</button></center> | ||
<br><br> </form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
<!-- Bootstrap Script --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
|
||
<!-- Font Awesome Script --> | ||
<script src="https://kit.fontawesome.com/1eb8db9042.js" crossorigin="anonymous"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.