Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Rhys Evans
Team 5 - Smart Towns
Commits
eb17e249
Commit
eb17e249
authored
1 year ago
by
Gabriel Copat
Browse files
Options
Downloads
Patches
Plain Diff
Updated HTML ideas
parent
9014495c
No related branches found
No related tags found
1 merge request
!8
Wireframes
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
html-ideas/css/style.css
+91
-25
91 additions, 25 deletions
html-ideas/css/style.css
html-ideas/home.html
+10
-1
10 additions, 1 deletion
html-ideas/home.html
html-ideas/images/trails.jpg
+0
-0
0 additions, 0 deletions
html-ideas/images/trails.jpg
with
101 additions
and
26 deletions
html-ideas/css/style.css
+
91
−
25
View file @
eb17e249
...
...
@@ -7,53 +7,113 @@
text-align
:
center
;
}
body
{
background-color
:
rgb
(
83
,
27
,
27
);
margin
:
2
%
;
background-color
:
rgb
(
41
,
41
,
41
);
margin
:
0
%
;
}
header
{
background-color
:
blueviolet
;
background-color
:
rgb
(
15
,
15
,
15
);
padding-bottom
:
20px
;
box-shadow
:
0
10px
20px
black
;
.header1
{
text-align
:
center
;
padding
:
10px
;
margin
:
0
;
padding
:
10px
10px
0
10px
;
margin
:
0
50px
0
50px
;
letter-spacing
:
10px
;
font-size
:
50px
;
font-style
:
italic
;
color
:
blueviolet
;
text-shadow
:
black
3px
3px
5px
;
border-bottom
:
3px
blueviolet
solid
;
}
}
.mainTrails
{
overflow
:
hidden
;
position
:
relative
;
height
:
200px
;
border-top
:
grey
solid
2px
;
border-bottom
:
grey
solid
2px
;
.background
{
opacity
:
0.6
;
width
:
100%
;
left
:
0
;
top
:
0
;
position
:
absolute
}
.bannerText
{
position
:
absolute
;
top
:
20%
;
margin
:
0
;
padding
:
0
;
transform
:
translateX
(
25%
);
}
.bigTitle
{
color
:
white
;
text-align
:
center
;
position
:
relative
;
font-size
:
50px
;
margin
:
20px
;
margin-bottom
:
5px
;
}
.smallTitle
{
position
:
relative
;
color
:
white
;
text-align
:
center
;
font-size
:
20px
;
margin
:
20px
;
margin-top
:
5px
;
}
}
.trailList
{
.ulHeader
{
margin
:
30px
;
display
:
flex
;
list-style
:
none
;
justify-content
:
center
;
padding
:
0px
;
border-bottom
:
solid
black
5px
;
.liHeader
{
flex
:
1
1
0px
;
padding-left
:
10px
;
padding-right
:
10px
;
background-color
:
white
;
border
:
outset
black
2px
;
color
:
white
;
text-align
:
center
;
}
.liHeader
:hover
{
background-color
:
rgb
(
66
,
66
,
66
);
color
:
white
;
border
:
inset
black
2px
;
color
:
blueviolet
;
border-bottom
:
solid
blueviolet
2px
;
}
.selected
{
flex
:
1
1
0px
;
padding-left
:
10px
;
padding-right
:
10px
;
color
:
rgb
(
154
,
69
,
234
);
border-bottom
:
solid
blueviolet
2px
;
text-align
:
center
;
}
}
}
.mainBlock
{
display
:
flex
;
min-width
:
2
00px
;
min-width
:
3
00px
;
flex-wrap
:
wrap
;
margin-top
:
20px
;
margin-bottom
:
100px
;
}
.mainBlock
.trailStats
{
background-color
:
rgb
(
2
53
,
153
,
17
3
);
background-color
:
rgb
(
2
06
,
153
,
25
3
);
flex
:
0
0
0px
;
min-width
:
35
0px
;
min-
height
:
35
0px
;
min-width
:
40
0px
;
height
:
60
0px
;
margin
:
auto
;
margin-bottom
:
1
0px
;
margin-bottom
:
2
0px
;
box-shadow
:
0px
0px
20px
rgb
(
20
,
20
,
20
);
border-radius
:
30px
;
.stats
{
...
...
@@ -68,13 +128,13 @@ header {
}
}
.mainBlock
.trailInfo
{
background-color
:
rgb
(
2
53
,
153
,
17
3
);
background-color
:
rgb
(
2
06
,
153
,
25
3
);
flex
:
0
0
0px
;
min-width
:
35
0px
;
min-
height
:
35
0px
;
min-width
:
40
0px
;
height
:
60
0px
;
margin
:
auto
;
margin-bottom
:
1
0px
;
box-shadow
:
0px
0px
2
0px
rgb
(
20
,
20
,
20
);
margin-bottom
:
2
0px
;
box-shadow
:
0px
1
0px
1
0px
rgb
(
20
,
20
,
20
);
border-radius
:
30px
;
.trailInfoTxt
{
margin
:
15px
;
...
...
@@ -95,18 +155,24 @@ header {
}
main
.badgesBlock
{
bottom
:
0%
;
background-color
:
rgb
(
2
53
,
227
,
2
32
);
background-color
:
rgb
(
2
22
,
75
,
2
55
);
flex
:
0
0
0px
;
min-width
:
500px
;
min-height
:
100px
;
margin
:
auto
;
margin-bottom
:
10px
;
box-shadow
:
0px
0px
2
0px
rgb
(
20
,
20
,
20
);
box-shadow
:
0px
1
0px
1
0px
rgb
(
20
,
20
,
20
);
border-radius
:
30px
;
}
.badgesList
{
display
:
flex
;
}
.badgeImg
{
flex
:
0
1
0px
;
width
:
60px
;
margin
:
10px
;
margin
:
auto
;
margin-bottom
:
20px
;
}
footer
{
...
...
This diff is collapsed.
Click to expand it.
html-ideas/home.html
+
10
−
1
View file @
eb17e249
...
...
@@ -8,10 +8,18 @@
<body>
<header>
<h1
class=
"header1"
>
SMART-
CITIE
S
</h1>
<h1
class=
"header1"
>
SMART-
TOWN
S
</h1>
</header>
<main>
<div
class=
"mainTrails"
>
<img
src=
"./images/trails.jpg"
alt=
"Trails"
class=
"background"
>
<div
class=
"bannerText"
>
<h1
class=
"bigTitle"
>
Smart Town Trails
</h1>
<h2
class=
"smallTitle"
>
Information about trails for your town
</h2>
</div>
</div>
<div
class=
"trailList"
>
<ul
class=
"ulHeader"
>
<li
class=
"liHeader"
>
Trail 1
</li>
...
...
@@ -20,6 +28,7 @@
<li
class=
"liHeader"
>
Trail 4
</li>
</ul>
</div>
<section
class=
"mainBlock"
>
<article
class=
"trailStats"
>
<h1
class=
"titleH1"
>
Trail Stats
</h1>
...
...
This diff is collapsed.
Click to expand it.
html-ideas/images/trails.jpg
0 → 100644
+
0
−
0
View file @
eb17e249
4.31 MiB
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