Commit 64cd8e54 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[TODO] icons for random action.

parent 239057d5
......@@ -194,6 +194,7 @@ loginSpec = simpleSpec performAction render
[ div [ className "col-md-4 content" ]
[ h3 []
[ a [ href "#", title "Random sentences in Gargantua's Books chapters, historically true" ]
-- TODO click on icon and randomize the text below
[ i [className "fas fa-random"] []
, text " Historic"
]
......@@ -205,6 +206,7 @@ loginSpec = simpleSpec performAction render
, div [ className "col-md-4 content" ]
[ h3 []
[ a [ href "#", title "Randomized words, semantically and syntaxically falses." ]
-- TODO click on icon and randomize the text below
[ i [className "fas fa-random"] []
, text " Presentation"
]
......@@ -216,6 +218,7 @@ loginSpec = simpleSpec performAction render
, div [ className "col-md-4 content" ]
[ h3 []
[ a [ href "#", title "Randomized letters, true or false ?" ]
-- TODO click on icon and randomize the text below
[ i [className "fas fa-random"] []
, text " Tutoreil"
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment