Browse Source

Make every tile

DricomDragon 5 năm trước cách đây
mục cha
commit
561f70e4f8
6 tập tin đã thay đổi với 30 bổ sung4 xóa
  1. 5 0
      web/custom.css
  2. 1 0
      web/img/artifact.svg
  3. BIN
      web/img/kanboard.png
  4. BIN
      web/img/laminar.png
  5. BIN
      web/img/mediawiki.png
  6. 24 4
      web/index.html

+ 5 - 0
web/custom.css

@@ -21,6 +21,11 @@ body {
 	background-color: lightgray;
 }
 
+a {
+	color: inherit;
+	text-decoration: inherit;
+}
+
 img {
 	width: 7em;
 	height: 7em;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 0
web/img/artifact.svg


BIN
web/img/kanboard.png


BIN
web/img/laminar.png


BIN
web/img/mediawiki.png


+ 24 - 4
web/index.html

@@ -20,16 +20,36 @@
 		<p>Here you can find several links to tools hosted by Jovian.</p>
 		<p>Website in progress ...</p>
 		<div class="tile-map">
-			<div class="tile">
+			<a href="https://www.jovian-hersemeule.eu" class="tile">
 				<h2>Folio</h2>
 				<img src="img/city.png" alt="Perso logo">
 				<p>Jovian personal website.</p>
-			</div>
-			<div class="tile">
+			</a>
+			<a href="http://gogs.jovian-hersemeule.eu" class="tile">
 				<h2>Gogs</h2>
 				<img src="img/gogs.png" alt="Gogs logo">
 				<p>Git service to collaborate.</p>
-			</div>
+			</a>
+			<a href="http://artifact.jovian-hersemeule.eu" class="tile">
+				<h2>Artifacts</h2>
+				<img src="img/artifact.svg" alt="Packet logo">
+				<p>Shared artifacts.</p>
+			</a>
+			<a href="http://ci.jovian-hersemeule.eu" class="tile">
+				<h2>Laminar</h2>
+				<img src="img/laminar.png" alt="Laminar logo">
+				<p>Continuous integration.</p>
+			</a>
+			<a href="http://wiki.jovian-hersemeule.eu" class="tile">
+				<h2>Wiki</h2>
+				<img src="img/mediawiki.png" alt="Wediawiki logo">
+				<p>Shared documentation.</p>
+			</a>
+			<a href="http://kanboard.jovian-hersemeule.eu" class="tile">
+				<h2>Kanboard</h2>
+				<img src="img/kanboard.png" alt="KB logo">
+				<p>Project management tool with Kanban.</p>
+			</a>
 		</div>
 	</body>
 </html>