Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WIE_202021_CSBillero11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Bernard Roland (Student Com20)
WIE_202021_CSBillero11
Commits
964cb1b1
Commit
964cb1b1
authored
3 years ago
by
Bernard Roland (Student Com20)
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused images and improved responsiveness
parent
17b12100
No related branches found
No related tags found
1 merge request
!1
Adding css
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/css/style.css
+28
-10
28 additions, 10 deletions
src/css/style.css
src/img/header.jpg
+0
-0
0 additions, 0 deletions
src/img/header.jpg
src/img/product-preview.jpg
+0
-0
0 additions, 0 deletions
src/img/product-preview.jpg
src/index.html
+11
-18
11 additions, 18 deletions
src/index.html
with
39 additions
and
28 deletions
src/css/style.css
+
28
−
10
View file @
964cb1b1
...
...
@@ -25,7 +25,6 @@ html {
padding
:
20px
;
}
body
{
font-family
:
'Poppins'
,
sans-serif
;
background-image
:
url('../img/background.svg')
;
...
...
@@ -53,6 +52,7 @@ h1 {
h2
{
font-size
:
2.25rem
;
font-weight
:
var
(
--weight-bold
);
margin-bottom
:
2rem
;
}
h3
{
...
...
@@ -60,43 +60,61 @@ h3 {
font-weight
:
var
(
--weight-semi-bold
);
}
.
feature
-container
{
.
intro-section
.intro
-container
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
margin
:
5rem
auto
;
text-align
:
center
;
}
.feature-list
{
margin-top
:
3rem
;
.feature-section
.feature-container
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
margin
:
5rem
auto
;
text-align
:
center
;
}
.feature-section
.feature-list
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
align-items
:
start
;
}
.feature-item
{
.feature-section
.feature-item
{
flex
:
1
1
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
left
;
align-items
:
center
;
text-align
:
center
;
padding
:
0
1rem
;
}
.feature-icon
{
.feature-section
.feature-icon
{
background
:
var
(
--radial-gradient
);
background-clip
:
text
;
-webkit-background-clip
:
text
;
color
:
transparent
;
font-size
:
5rem
;
}
.feature-title
{
.feature-section
.feature-title
{
padding
:
1rem
0
;
}
@media
screen
and
(
max-width
:
750px
)
{
.feature-section
.feature-list
{
flex-direction
:
column
;
}
.feature-section
.feature-item
{
padding
:
1.5rem
0
;
}
}
a
{
text-decoration
:
none
;
transition
:
box-shadow
300ms
ease
;
...
...
@@ -152,7 +170,7 @@ nav a {
margin-top
:
40px
;
}
.hero-section
.
int
ro-container
{
.hero-section
.
he
ro-container
{
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -204,7 +222,7 @@ nav a {
padding-top
:
100px
;
}
.hero-section
.
int
ro-container
{
.hero-section
.
he
ro-container
{
height
:
calc
(
100vh
-
100px
);
}
}
...
...
This diff is collapsed.
Click to expand it.
src/img/header.jpg
deleted
100644 → 0
+
0
−
0
View file @
17b12100
97 KiB
This diff is collapsed.
Click to expand it.
src/img/product-preview.jpg
deleted
100644 → 0
+
0
−
0
View file @
17b12100
36.7 KiB
This diff is collapsed.
Click to expand it.
src/index.html
+
11
−
18
View file @
964cb1b1
...
...
@@ -19,7 +19,7 @@
<div
class=
"page-container"
>
<main>
<section
class=
"hero-section"
>
<div
class=
"
int
ro-container"
>
<div
class=
"
he
ro-container"
>
<header>
<a
href=
"index.html"
>
<img
src=
"img/logo.svg"
alt=
"Logo"
width=
"100"
height=
"35"
>
...
...
@@ -48,23 +48,16 @@
</div>
</section>
<section
class=
"intro-section"
id=
"intro"
>
<table>
<tr>
<td>
<img
src=
"img/product-preview.jpg"
alt=
"Product preview"
width=
"400"
height=
"376"
>
</td>
<td>
<h2>
Collaboration made easy with ryoko!
</h2>
<p>
Do you want to boost your productivity and agility of your
development?
<br>
With ryoko you are able to effectively plan your tasks
and manage your projects. It is build with developers in mind and
facilitates effective collaboration.
</p>
</td>
</tr>
</table>
<div
class=
"content-container intro-container"
>
<h2>
Collaboration made easy with ryoko!
</h2>
<p>
Do you want to boost your productivity and agility of your
development?
<br>
With ryoko you are able to effectively plan your tasks
and manage your projects. It is build with developers in mind and
facilitates effective collaboration.
</p>
</div>
</section>
<section
class=
"feature-section"
>
<div
class=
"content-container feature-container"
>
...
...
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