-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelements.html
53 lines (38 loc) · 1.95 KB
/
elements.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: page
title: Jekyll Theme - Elements Reference - Massively
sitemap:
---
<header class="major">
<font size="+1"><b>Here you can find some of selected projects</b></font> <br />
<b>You can find them all on my <a href="https://github.com/ahmadfardaei">GitHub</a> page</b>
</header>
<!-- Text stuff -->
<p><em>In order to see details of each project, click on the image </em></p>
<!-- Image -->
<div class="box alt">
<div class="row 50% uniform">
<div class="4u"><span class="image fit"> <img src="{{ "/images/img01.png" | absolute_url }}" alt="Workplace" usemap="#workmap" width="400" height="400">
<map name="workmap">
<area shape="rect" coords="0,0,400,400" alt="Computer" href="google.com">
</map></span></div>
<div class="4u"><span class="image fit"> <img src="{{ "/images/img02.png" | absolute_url }}" alt="A2C" usemap="#A2C" width="400" height="400">
<map name="A2C">
<area shape="rect" coords="0,0,400,400" alt="A2C" href="medium.com">
</map></span></div>
<div class="4u$"><span class="image fit"> <img src="{{ "/images/img03.png" | absolute_url }}" alt="img" usemap="#img" width="400" height="400">
<map name="img">
<area shape="rect" coords="0,0,400,400" alt="img" href="medium.com">
</map></span></div>
<!-- Break -->
<div class="4u"><span class="image fit"> <img src="{{ "/images/img04.png" | absolute_url }}" alt="game" usemap="#game" width="400" height="400">
<map name="game">
<area shape="rect" coords="0,0,400,400" alt="game" href="google.com">
</map></span></div>
<div class="4u$"><span class="image fit"> <img src="{{ "/images/img05.png" | absolute_url }}" alt="robot" usemap="#robot" width="400" height="400">
<map name="robot">
<area shape="rect" coords="0,0,400,400" alt="robot" href="https://pagedart.com">
</map></span></div>
<!-- Break -->
</div>
</div>