1 <!DOCTYPE html> |
|
2 <html lang="fr"> |
|
3 <head> |
|
4 <meta charset="utf-8" /> |
|
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
6 <title>eGonomy » Accueil</title> |
|
7 |
|
8 <link rel="stylesheet" type="text/css" href="css/egonomy.css" /> |
|
9 </head> |
|
10 |
|
11 <body> |
|
12 <div class="header-wrap fullwidth"> |
|
13 <header> |
|
14 <h1 class="column column-third">TagItAll by eGonomy</h1> |
|
15 <form class="column column-third"> |
|
16 <input class="search-field" type="search" placeholder="Rechercher" /> |
|
17 <select class="search-type"> |
|
18 <option value="fragments">Fragments</option> |
|
19 <option value="images">Images</option> |
|
20 </select> |
|
21 </form> |
|
22 <nav class="column column-third"> |
|
23 <a href="#">Se connecter</a> |
|
24 </nav> |
|
25 </header> |
|
26 </div> |
|
27 <div class="main-wrap fullwidth"> |
|
28 |
|
29 <div class="main"> |
|
30 <div class="fullwidth"> |
|
31 |
|
32 <!-- Liste des dernières images annotées --> |
|
33 |
|
34 <div class="column column-half"> |
|
35 <h2>Dernières images annotées</h2> |
|
36 <ul class="fullwidth"> |
|
37 <li class="subcol subcol-half-fourth"> |
|
38 <div class="center-image"> |
|
39 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
40 </div> |
|
41 <h3>Titre de l'image</h3> |
|
42 <p>Annotée par <strong>Julien75</strong></p> |
|
43 </li> |
|
44 <li class="subcol subcol-half-fourth"> |
|
45 <div class="center-image"> |
|
46 <img src="img/empty.gif" width="82" height="110" class="placeholder" /> |
|
47 </div> |
|
48 <h3>Titre de l'image</h3> |
|
49 <p>Annotée par <strong>Julien75</strong></p> |
|
50 </li> |
|
51 <li class="subcol subcol-half-fourth"> |
|
52 <div class="center-image"> |
|
53 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
54 </div> |
|
55 <h3>Titre de l'image</h3> |
|
56 <p>Annotée par <strong>Julien75</strong></p> |
|
57 </li> |
|
58 <li class="subcol subcol-half-fourth"> |
|
59 <div class="center-image"> |
|
60 <img src="img/empty.gif" width="110" height="110" class="placeholder" /> |
|
61 </div> |
|
62 <h3>Titre de l'image</h3> |
|
63 <p>Annotée par <strong>Julien75</strong></p> |
|
64 </li> |
|
65 </ul> |
|
66 </div> |
|
67 |
|
68 <!-- Liste des derniers fragments modifiés --> |
|
69 |
|
70 <div class="column column-half"> |
|
71 <h2>Derniers fragments modifiés</h2> |
|
72 <ul class="fullwidth"> |
|
73 <li class="subcol subcol-half-fourth"> |
|
74 <div class="center-image"> |
|
75 <div class="image-and-fragment"> |
|
76 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
77 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
78 <path d="M 0 .5 L .5 0 L 1 .5 L .5 1 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
79 </svg> |
|
80 </div> |
|
81 </div> |
|
82 <h3>Titre du fragment</h3> |
|
83 <h4>Fragment de Titre de l'image</h4> |
|
84 <p>Annoté par <strong>Julien75</strong></p> |
|
85 </li> |
|
86 <li class="subcol subcol-half-fourth"> |
|
87 <div class="center-image"> |
|
88 <div class="image-and-fragment"> |
|
89 <img src="img/empty.gif" width="82" height="110" class="placeholder" /> |
|
90 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
91 <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
92 </svg> |
|
93 </div> |
|
94 </div> |
|
95 <h3>Titre du fragment</h3> |
|
96 <h4>Fragment de Titre de l'image</h4> |
|
97 <p>Annoté par <strong>Julien75</strong></p> |
|
98 </li> |
|
99 <li class="subcol subcol-half-fourth"> |
|
100 <div class="center-image"> |
|
101 <div class="image-and-fragment"> |
|
102 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
103 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
104 <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
105 </svg> |
|
106 </div> |
|
107 </div> |
|
108 <h3>Titre du fragment</h3> |
|
109 <h4>Fragment de Titre de l'image</h4> |
|
110 <p>Annoté par <strong>Julien75</strong></p> |
|
111 </li> |
|
112 <li class="subcol subcol-half-fourth"> |
|
113 <div class="center-image"> |
|
114 <div class="image-and-fragment"> |
|
115 <img src="img/empty.gif" width="110" height="110" class="placeholder" /> |
|
116 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
117 <path d="M 0 .5 L .5 0 L 1 .5 L .5 1 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
118 </svg> |
|
119 </div> |
|
120 </div> |
|
121 <h3>Titre du fragment</h3> |
|
122 <h4>Fragment de Titre de l'image</h4> |
|
123 <p>Annoté par <strong>Julien75</strong></p> |
|
124 </li> |
|
125 </ul> |
|
126 </div> |
|
127 </div> |
|
128 |
|
129 <footer class="fullwidth"> |
|
130 <ul class="footer-list"> |
|
131 <li>© IRI 2013</li> |
|
132 </ul> |
|
133 </footer> |
|
134 |
|
135 </div> |
|
136 |
|
137 </div> |
|
138 </body> |
|
139 </html> |
|