Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions style.css → index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
button {
q878ubutton {
background: #007bff;
color: #fff;
text-align: center;
Expand Down Expand Up @@ -28,6 +28,9 @@ input, textarea{

label, h1{
font-family: Roboto;
right-margin: 10%;
left-margin: 10%
}

label{
margin-top: 5%;
margin-bottom: 5%;
}
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>TSC Application Portal</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<form
Expand All @@ -10,12 +10,12 @@
data-netlify-recaptcha="true"
>
<center><h1><br>Apply to be a writer for TSC</h1>
<label for=tscname><br>Website Name</label>
<input type="text" name="tscname">
<label for=scratchname><br>Scratch Username</label>
<input type="text" name="scratchname">
<label for=example><br>Example Article</label>
<textarea placeholder="some chopped article" name="example"></textarea>
<label for="TSC Name"><br>Website Name</label>
<br><input type="text" required name="TSC Name">
<label for="Scratch Name"><br>Scratch Username</label>
<br><input type="text" required name="Scratch Name">
<label for="Example Article"><br>Example Article</label>
<br><textarea required name="Example Article"></textarea>
<div data-netlify-recaptcha="true"></div>
<button id="submit-btn" type="submit">Apply</button></center>
</form>
Expand Down
9 changes: 9 additions & 0 deletions submitted.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<head>
<title>Success! - TSC Application Portal</title>
<link src="submitted.css" rel="stylesheet">
</head>
<body>
<h1>Your Application has been submitted</h1>
<a href="https://thescratchchannel.vercel.app">Return to The Scratch Channel -></a>
</body>
3 changes: 3 additions & 0 deletions submittted.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1{
font-family: sans-serif;
}