Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
99a5b910
Commit
99a5b910
authored
Dec 07, 2015
by
Robert Knight
Committed by
Nick Stenning
Dec 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an image of H in use to the laptop screen on the homepage
The laptop screen on the homepage takes a 1240 x 725 image.
parent
63509421
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
wasteland.png
h/static/images/screenshots/wasteland.png
+0
-0
home.scss
h/static/styles/home.scss
+25
-0
No files found.
h/static/images/screenshots/wasteland.png
0 → 100644
View file @
99a5b910
288 KB
h/static/styles/home.scss
View file @
99a5b910
...
...
@@ -39,6 +39,14 @@
text-align
:
center
;
}
.home__intro-laptop
{
position
:
relative
;
width
:
800px
;
height
:
424px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.home__intro-image
{
width
:
800px
;
height
:
424px
;
...
...
@@ -49,6 +57,18 @@
margin-bottom
:
40px
;
}
.home__intro-screenshot
{
position
:
absolute
;
border-radius
:
2px
;
// screenshot size and positioning chosen to
// fit in the screen area of the laptop image
width
:
620px
;
height
:
365px
;
top
:
29px
;
left
:
90px
;
}
.home__intro
{
font-size
:
$font-size-heading2
;
line-height
:
$line-height-tall
;
...
...
@@ -56,6 +76,11 @@
margin-bottom
:
14px
;
}
.home__intro-text
{
margin-top
:
45px
;
}
.installer
{
display
:
flex
;
flex-direction
:
row
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment