Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_tramshedTech_team15
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arianne Bayliss
ProjectClient_Y1S1_tramshedTech_team15
Commits
5478a9c6
Commit
5478a9c6
authored
2 years ago
by
Arianne Bayliss
Browse files
Options
Downloads
Patches
Plain Diff
Delete login.html
parent
dabb3833
No related branches found
No related tags found
1 merge request
!39
Adding .html and .css
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
login.html
+0
-63
0 additions, 63 deletions
login.html
with
0 additions
and
63 deletions
login.html
deleted
100644 → 0
+
0
−
63
View file @
dabb3833
<!DOCTYPE html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
<header
class=
"masthead bg-dark text-white text-center"
>
<div
class=
"container-fluid"
>
<img
id=
"logo"
src=
"Media/logo.png"
/>
<h1
id=
"header"
>
Tramshed Tech
</h1>
</div>
</header>
<body>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
src=
"https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
integrity=
"sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
crossorigin=
"anonymous"
></script>
<link
rel=
"preconnect"
href=
"https://fonts.googleapis.com"
>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
>
<link
href=
"https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"CSS/loginstyle.css"
>
<title>
Login
</title>
<div
id=
"card"
class=
"card text-dark w-25 text-center"
>
<div
class=
"card-body text-center"
>
<form>
<!-- Email input -->
<div
class=
"form-outline mb-4"
>
<input
type=
"email"
id=
"form2Example1"
class=
"form-control"
/>
<label
class=
"form-label"
for=
"form2Example1"
>
Email address
</label>
</div>
<!-- Password input -->
<div
class=
"form-outline mb-4"
>
<input
type=
"password"
id=
"form2Example2"
class=
"form-control"
/>
<label
class=
"form-label"
for=
"form2Example2"
>
Password
</label>
</div>
<!-- 2 column grid layout for inline styling -->
<div
class=
"row mb-4"
>
<div
class=
"col d-flex justify-content-center"
>
<!-- Checkbox -->
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"form2Example31"
checked
/>
<label
class=
"form-check-label"
for=
"form2Example31"
>
Remember me
</label>
</div>
</div>
<div
class=
"col"
>
<!-- Simple link -->
<a
href=
"#!"
>
Forgot password?
</a>
</div>
<!-- Submit button -->
<button
onclick=
"window.location.href='landingpage.html';"
type=
"button"
class=
"btn btn-light"
>
<span
class=
"spinner-grow spinner-grow-sm"
></span>
Sign in
</button>
<!-- Register buttons -->
<div
class=
"text-center"
>
<p>
Not a member?
<a
href=
"#!"
>
Register
</a></p>
</form>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment