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
b7719b19
Commit
b7719b19
authored
2 years ago
by
Arianne Bayliss
Browse files
Options
Downloads
Patches
Plain Diff
adding html and css
parent
078f84cf
No related branches found
Branches containing commit
No related tags found
1 merge request
!42
Pulled from development/pushed test server code
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/CSS/loginstyle.css
+25
-0
25 additions, 0 deletions
static/CSS/loginstyle.css
static/login.html
+63
-0
63 additions, 0 deletions
static/login.html
with
88 additions
and
0 deletions
static/CSS/loginstyle.css
0 → 100644
+
25
−
0
View file @
b7719b19
header
{
background-color
:
black
;
display
:
block
;
color
:
black
;
margin-left
:
auto
;
margin-right
:
inherit
;
width
:
100%
;
height
:
75%
;
}
.card
{
margin
:
0
auto
;
float
:
none
;
margin-bottom
:
10px
;
}
#logo
{
width
:
10%
;
}
body
{
font-family
:
'Sora'
,
sans-serif
;
background-color
:
#212529
;
color
:
white
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/login.html
0 → 100644
+
63
−
0
View file @
b7719b19
<!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>
\ No newline at end of file
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