-
Notifications
You must be signed in to change notification settings - Fork 1
/
user_backup.php
57 lines (56 loc) · 2.29 KB
/
user_backup.php
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
54
55
56
57
<?php include 'partials/head.php';?>
<section class="mainContent left">
<header class="projectHeader left">
<img class="left" src="public/images/martin_privacy_16-9.jpg" />
<div class="left">
<h1>Martin Risseeuw</h1>
<p>Martin Risseeuw is an ambitious designer based in Amsterdam. After finishing his studies in interaction design, he started a bachelor programme of Interactive/Media/Design at the Royal Academy of Art in The Hague. He works as interaction designer for Waag Society. During his studies Martin developed a big interest in Social Design and interaction design. Martin’s view on the world is how to improve interactions, products and even society.</p>
</div>
</header>
<section class="userDetails left">
<ul>
<li class="left">
<a href="#">
<span class="icon-world"></span>
<h5>Personal website</h5>
<h6>visit website</h6>
</a>
</li>
<li class="left">
<a href="user.php">
<span class="icon-hammer"></span>
<h5>Contact</h5>
<h6>maker</h6>
</a>
</li>
<li class="left">
<span class="icon-share"></span>
<h5>Share</h5>
<h6>project</h6>
</li>
</ul>
</section>
<section class="projectComments right">
<section class="commentInput left">
<form class="left" >
<h1 class="gamma">Ask the designer a question</h1>
<input placeholder="name">
<textarea placeholder="comment body" rows="6"></textarea>
<button class="left" >Submit comment</button>
</form>
</section>
</section>
<section class="projectVersions left">
<h1 class="gamma">Designer's projects</h1>
<ul class="projectVersionsList">
<li>
<article>
<h1 class="epsilon">Shareable energy blocks</h1>
<p>This project is in concept stage, the idea is to create shareable blocks of green energy. The blocks only should be charged by green energy generated by the owner. This also functions as an energy storage for when the owner is producing more energy than using.</p>
<a href="project.php" class="btn">View project</a>
</article>
</li>
</ul>
</section>
</section>
<?php include 'partials/footer.php';?>