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
e9f2e1d4
Commit
e9f2e1d4
authored
2 years ago
by
Liam Driscoll
Browse files
Options
Downloads
Patches
Plain Diff
Resolving conflicts.
parent
9ca6d9f7
No related branches found
Branches containing commit
No related tags found
3 merge requests
!58
Resolve "As a user I want to view a list of all locations available"
,
!50
ZAINABS work + my basic list locations page and route to help with this issue
,
!46
form, templating, database connection and some CSS updates
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/CSS/loginstyle.css
+1
-6
1 addition, 6 deletions
static/CSS/loginstyle.css
static/login.html
+13
-14
13 additions, 14 deletions
static/login.html
with
14 additions
and
20 deletions
static/CSS/loginstyle.css
+
1
−
6
View file @
e9f2e1d4
...
...
@@ -10,7 +10,7 @@ header{
.card
{
margin
:
0
auto
;
float
:
none
;
float
:
none
;
margin-bottom
:
10px
;
}
...
...
@@ -22,8 +22,3 @@ body{
font-family
:
'Sora'
,
sans-serif
;
background-color
:
#212529
;
color
:
white
;
<<<<<<<
HEAD
}
=======
}
>>>>>>>
9
c7255d510762a8f16afeba2657cad4a0f8b8239
This diff is collapsed.
Click to expand it.
static/login.html
+
13
−
14
View file @
e9f2e1d4
...
...
@@ -20,29 +20,29 @@
<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"
>
<
<<<<<<
HEAD
<input
type=
"email"
id=
"recordEmail"
class=
"form-control"
/>
=======
<input
type=
"email"
id=
"form2Example1"
class=
"form-control"
/>
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
<label
class=
"form-label"
for=
"form2Example1"
>
Email address
</label>
</div>
<!-- Password input -->
<div
class=
"form-outline mb-4"
>
<
<<<<<<
HEAD
<input
type=
"password"
id=
"recordPassword"
class=
"form-control"
/>
=======
<input
type=
"password"
id=
"form2Example2"
class=
"form-control"
/>
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
<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"
>
...
...
@@ -52,12 +52,12 @@
<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>
...
...
@@ -68,8 +68,7 @@
<p>
Not a member?
<a
href=
"#!"
>
Register
</a></p>
</form>
</body>
<
<<<<<<
HEAD
</html>
=======
</html>
>>>>>>> 9c7255d510762a8f16afeba2657cad4a0f8b8239
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