Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
0xacab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
riseup
0xacab
Commits
c662eef2
Commit
c662eef2
authored
Jun 05, 2016
by
guido
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rethinking design
parent
a046a599
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
641 additions
and
26 deletions
+641
-26
css/styles.css
css/styles.css
+47
-16
images/bird.svg
images/bird.svg
+576
-0
index.html
index.html
+18
-10
No files found.
css/styles.css
View file @
c662eef2
body
{
background
:
#fff
;
font-family
:
"Lucida Console"
,
Monaco
,
monospace
;
color
:
#000
;
padding
:
50px
20px
20px
;}
header
{
text-align
:
center
;
margin
:
40px
0
;
html
{
padding
:
0
;
margin
:
0
;
}
body
{
background-color
:
#CFDD83
;
font-family
:
"Lucida Console"
,
Monaco
,
monospace
;
color
:
#000
;
padding
:
0
;
margin
:
0
;
position
:
relative
;
}
h1
{
margin
:
40px
0
;
line-height
:
34px
;
text-align
:
center
;
}
h2
{
font-size
:
18px
;
margin
:
40px
0
;
}
p
{
margin
:
40px
0
;
}
.dynamo
div
{
text-align
:
center
;
}
.nan
{
margin-left
:
30px
;}
li
{
list-style
:
hiragana
;
margin-bottom
:
20px
;}
a
{
color
:
#
E0FFFF
;
text-decoration
:
none
;
}
a
{
color
:
#
574843
;
text-decoration
:
none
;
}
nav
{
header
{
text-align
:
center
;
background
:
#000
;
color
:
#ded
;
color
:
#574843
;
position
:
fixed
;
top
:
0
;
left
:
0
;
bottom
:
40px
;
left
:
690px
;
height
:
400px
;
background-image
:
url('../images/bird.svg')
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
width
:
610px
;
z-index
:
9999
;
padding
:
90px
0
0
270px
;
box-sizing
:
padding-box
;
}
header
h1
{
margin
:
0
;
font-size
:
3em
;
}
footer
{
text-align
:
right
;
position
:
absolute
;
bottom
:
0
;
right
:
0
;
width
:
100%
;
padding
:
10px
;
background
:
rgba
(
255
,
255
,
255
,
0.2
);
color
:
#574843
;
}
nav
ul
{
...
...
@@ -29,25 +60,25 @@ nav li {
display
:
inline
;
}
.
info
{
.
container
{
font-size
:
12px
;
line-height
:
18px
;
background
:
#fff
;
padding
:
16px
;
padding
:
40px
;
margin
:
0
40px
;
width
:
640px
;
position
:
relative
;
}
code
{
background
:
#000
E0F
;
background
:
#000
000
;
padding
:
3px
;
}
pre
{
display
:
block
;
width
:
585px
;
margin
:
0
auto
;
font-family
:
"Lucida Console"
,
Monaco
,
monospace
;
margin-bottom
:
50px
;
}
.value
{
...
...
images/bird.svg
0 → 100644
View file @
c662eef2
This diff is collapsed.
Click to expand it.
index.html
View file @
c662eef2
...
...
@@ -9,14 +9,19 @@
<body>
<nav>
<ul>
<li><a
href=
"https://0xacab.org/users/sign_in"
>
login
</a></li>
<li><a
href=
"https://0xacab.org/riseup/0xacab/"
>
support
</a></li>
<li><a
href=
"https://help.riseup.net/donate"
>
donate
</a></li>
</ul>
</nav>
<header>
<h1>
we build our dreams by hand
</h1>
<nav>
<ul>
<li><a
href=
"https://0xacab.org/users/sign_in"
>
login
</a></li>
<li><a
href=
"https://0xacab.org/riseup/0xacab/"
>
support
</a></li>
<li><a
href=
"https://help.riseup.net/donate"
>
donate
</a></li>
</ul>
</nav>
</header>
<div
class=
"container"
>
<pre
class=
"info"
>
{
name:
<span
class=
"value"
>
'0xacab'
</span>
,
...
...
@@ -56,9 +61,12 @@
}
</pre>
<header>
<h1>
All
<span
class=
"dynamo"
data-lines=
"Copylefts, Crashes, CRLFS, Cyberpunks, Characters, Case mods"
>
Codes
</span>
Are
<span
class=
"nan"
>
Beautiful
</span></h1>
</header>
</div>
<footer>
All
<span
class=
"dynamo"
data-lines=
"Copylefts, Crashes, CRLFS, Cyberpunks, Characters, Case mods"
>
Codes
</span>
Are
<span
class=
"nan"
>
Beautiful
</span>
</footer>
<script
type=
"text/javascript"
src=
"js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamo.js"
></script>
...
...
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