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
56d63c73
Commit
56d63c73
authored
2 years ago
by
Zainab Almeshari
Browse files
Options
Downloads
Patches
Plain Diff
Locations
parent
a55e3d90
No related branches found
Branches containing commit
No related tags found
3 merge requests
!20
Draft: resolving merge conflicts
,
!11
update in styling locations.css
,
!9
Resolve "As a user I want to view a list of all locations available"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CSS
+4
-0
4 additions, 0 deletions
CSS
our locations.html
+136
-0
136 additions, 0 deletions
our locations.html
with
140 additions
and
0 deletions
CSS
0 → 100644
+
4
−
0
View file @
56d63c73
<!DOCTYPE html>
<html>
<head>
<title>
Locations
</title>
This diff is collapsed.
Click to expand it.
our locations.html
0 → 100644
+
136
−
0
View file @
56d63c73
<!DOCTYPE html>
<html>
<head>
<title>
Locations
</title>
<style>
body
{
background-color
:
white
;
color
:
black
;
}
header
{
background-color
:
white
;
color
:
black
;
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
float
:
center
;
}
.container
{
position
:
relative
;
padding
:
5px
;
width
:
50%
;
height
:
70%
;
background-color
:
white
;
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
margin-bottom
:
25px
;
}
.image
{
opacity
:
1
;
display
:
block
;
width
:
100%
;
height
:
75%
;
transition
:
.5s
ease
;
backface-visibility
:
hidden
;
}
.middle
{
transition
:
.5s
ease
;
opacity
:
0
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
)
}
.container
:hover
.image
{
opacity
:
0.3
;
}
.container
:hover
.middle
{
opacity
:
1
;
}
.text
{
background-color
:
black
;
color
:
white
;
font-size
:
16px
;
padding
:
16px
32px
;
}
div
.contain
{
text-align
:
center
;
}
ul
.list
{
display
:
inline-block
;
text-align
:
left
;
list-style-type
:
none
;
}
</style>
<body>
<h1>
OUR LOCATIONS
</h1>
<div
class=
"contain"
>
<ul
class=
"list"
>
<li>
<div
class=
"container"
>
<img
src=
"https://images.squarespace-cdn.com/content/v1/55439320e4b0f92b5d6c4c8b/1646867535415-4JI39H286BUMT26H4FHN/C36A1915.jpg?format=2500w"
class=
"image"
>
<div
class=
"middle"
>
<div
class=
"text"
>
Codebase
</div>
</div>
</div>
</li>
<li>
<div
class=
"container"
>
<img
src=
"https://wearecatalyst.org/wp-content/uploads/2022/05/Catalyst03.jpg"
class=
"image"
>
<div
class=
"middle"
>
<div
class=
"text"
>
Catalyst
</div>
</div>
</div>
</li>
<li>
<div
class=
"container"
>
<img
src=
"https://images.squarespace-cdn.com/content/v1/5709040420c647579532dbb4/1594914119071-OWI9G22S295OCMSWL0VL/_K5L1162.jpg?format=2500w"
Class=
"image"
>
<div
class=
"middle"
>
<div
class=
"text"
>
C4DI
</div>
</div>
</div>
</li>
<li>
<div
class=
"container"
>
<img
src=
"https://dogpatchlabs.wpenginepowered.com/wp-content/uploads/2022/09/ian_browne.jpg"
class=
"image"
>
<div
class=
"middle"
>
<div
class=
"text"
>
Dogpatch
</div>
</div>
</div>
</li>
<li>
<div
class=
"container"
>
<img
src=
"https://stationf.co/img/misc/create-zone.jpg"
class=
"image"
>
<div
class=
"middle"
>
<div
class=
"text"
>
Station F
</div>
</div>
</div>
</li>
</ul>
</div>
</body>
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