Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
zlu
zlu.me
Commits
d594fc1f
Commit
d594fc1f
authored
May 10, 2018
by
zlu
🤸🏿
Browse files
Change links order
parent
b7aedb98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
35 deletions
+8
-35
entry.elm
entry.elm
+3
-4
entry.js
entry.js
+5
-31
No files found.
entry.elm
View file @
d594fc1f
import
Html
exposing
(
div
,
text
,
a
)
import
Html
.
Attributes
exposing
(
id
,
href
)
main
=
div
[
id
"
main"
]
[
div
[
id
"
link"
]
[
a
[
href
"
https://wiki.zlu.me"
]
[
text
"
wiki"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://blog.zlu.me"
]
[
text
"
blog"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://blog.zlu.me/about/"
]
[
text
"
about"
]]
,
div
[
id
"
link"
]
[
a
[
href
"
https://blog.zlu.me"
]
[
text
"
blog"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://wiki.zlu.me"
]
[
text
"
wiki"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/u/zlu/"
]
[
text
"
git"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://wiki.zlu.me/privacy-software"
]
[
text
"
privacy software"
]]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/zlu/self/blob/master/mybooks"
]
[
text
"
books i read"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/zlu/self/blob/master/mytweets"
]
[
text
"
my tweets"
]]
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/zlu/self/blob/master/mybooks"
]
[
text
"
books i read"
]
]
]
entry.js
View file @
d594fc1f
...
...
@@ -8168,12 +8168,12 @@ var _foo$foo$Main$main = _elm_lang$virtual_dom$Native_VirtualDom.staticProgram(
_elm_lang$html$Html$a
,
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html_Attributes$href
(
'
https://
wiki
.zlu.me
'
),
_0
:
_elm_lang$html$Html_Attributes$href
(
'
https://
blog
.zlu.me
/about/
'
),
_1
:
{
ctor
:
'
[]
'
}
},
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html$text
(
'
wiki
'
),
_0
:
_elm_lang$html$Html$text
(
'
about
'
),
_1
:
{
ctor
:
'
[]
'
}
}),
_1
:
{
ctor
:
'
[]
'
}
...
...
@@ -8218,12 +8218,12 @@ var _foo$foo$Main$main = _elm_lang$virtual_dom$Native_VirtualDom.staticProgram(
_elm_lang$html$Html$a
,
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html_Attributes$href
(
'
https://
blog
.zlu.me
/about/
'
),
_0
:
_elm_lang$html$Html_Attributes$href
(
'
https://
wiki
.zlu.me
'
),
_1
:
{
ctor
:
'
[]
'
}
},
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html$text
(
'
about
'
),
_0
:
_elm_lang$html$Html$text
(
'
wiki
'
),
_1
:
{
ctor
:
'
[]
'
}
}),
_1
:
{
ctor
:
'
[]
'
}
...
...
@@ -8303,33 +8303,7 @@ var _foo$foo$Main$main = _elm_lang$virtual_dom$Native_VirtualDom.staticProgram(
}),
_1
:
{
ctor
:
'
[]
'
}
}),
_1
:
{
ctor
:
'
::
'
,
_0
:
A2
(
_elm_lang$html$Html$div
,
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html_Attributes$id
(
'
link
'
),
_1
:
{
ctor
:
'
[]
'
}
},
{
ctor
:
'
::
'
,
_0
:
A2
(
_elm_lang$html$Html$a
,
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html_Attributes$href
(
'
https://git.zlu.me/zlu/self/blob/master/mytweets
'
),
_1
:
{
ctor
:
'
[]
'
}
},
{
ctor
:
'
::
'
,
_0
:
_elm_lang$html$Html$text
(
'
my tweets
'
),
_1
:
{
ctor
:
'
[]
'
}
}),
_1
:
{
ctor
:
'
[]
'
}
}),
_1
:
{
ctor
:
'
[]
'
}
}
_1
:
{
ctor
:
'
[]
'
}
}
}
}
...
...
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