Commit fa37a6b5 authored by Abinaya Sudhir's avatar Abinaya Sudhir

working on facets

parent e95ccbbb
...@@ -38,7 +38,7 @@ userPageSpec = simpleSpec performAction render ...@@ -38,7 +38,7 @@ userPageSpec = simpleSpec performAction render
] ]
, div [className "col-md-8"] [] , div [className "col-md-8"] []
, div [className "col-md-2"] , div [className "col-md-2"]
[ span [] [text "X"] [ span [] [text ""]
] ]
] ]
, div [className "row", _id "user-page-info"] , div [className "row", _id "user-page-info"]
...@@ -48,6 +48,7 @@ userPageSpec = simpleSpec performAction render ...@@ -48,6 +48,7 @@ userPageSpec = simpleSpec performAction render
[ div [className "col-md-2"] [ div [className "col-md-2"]
[ img [src "/images/Gargantextuel-212x300.jpg"] [] [ img [src "/images/Gargantextuel-212x300.jpg"] []
] ]
, div [className "col-md-1"] []
, div [className "col-md-8"] , div [className "col-md-8"]
[ [
ul [className "list-group"] ul [className "list-group"]
...@@ -62,8 +63,29 @@ userPageSpec = simpleSpec performAction render ...@@ -62,8 +63,29 @@ userPageSpec = simpleSpec performAction render
] ]
, li [className "list-group-item justify-content-between"] , li [className "list-group-item justify-content-between"]
[ span [] [text "Entitte, service"] [ span [] [text "Telephone"]
, span [className "badge badge-default badge-pill"] [text "Mines Saint - Etinene"] , span [className "badge badge-default badge-pill"] [text "04 77 42 0070"]
]
, li [className "list-group-item justify-content-between"]
[ span [] [text "Telephone"]
, span [className "badge badge-default badge-pill"] [text "04 77 42 0070"]
]
, li [className "list-group-item justify-content-between"]
[ span [] [text "courriel"]
, span [className "badge badge-default badge-pill"] [text "veronica@mines-stsi.fr"]
]
, li [className "list-group-item justify-content-between"]
[ span [] [text "Bureau"]
, span [className "badge badge-default badge-pill"] [text "D1/10"]
]
, li [className "list-group-item justify-content-between"]
[ span [] [text "Apellation"]
, span [className "badge badge-default badge-pill"] [text "Maitre de reherche (EPA)"]
]
, li [className "list-group-item justify-content-between"]
[ span [] [text "Lieu"]
, span [className "badge badge-default badge-pill"] [text "Saint -Etienne, 158 Cours Fauriel"]
] ]
] ]
......
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