-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.html
More file actions
67 lines (61 loc) · 1.83 KB
/
team.html
File metadata and controls
67 lines (61 loc) · 1.83 KB
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
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PuffOS | Based on Debian SID</title>
<link rel="stylesheet" type="text/css"
href="style.css" title="HackerSpaces Style">
</head>
<body>
<header>
<h1>Our Team</h1>
<nav>
<a title="back" href="index.html"> back </a>
</nav>
</header>
<team>
<div class="row">
<div class="column">
<img src="team/ömre.jpg" alt="ömer" style="width:70%; border-radius: 1000px;">
<div class="container">
<h3>Ömer Furkan Yanık (omerready)</h3>
<p style="color:#feb70f;">Founder & Developer</p>
<p class="title">omeryanik8@gmail.com</p>
</div>
</div>
<div class="column">
<a href="https://t.me/sulincix">
<img src="team/ali.jpg" alt="ali" style="width:70%; border-radius: 1000px;">
<div class="container">
<h3>Ali Rıza Keskin (sulincix)</h3>
<p style="color:#feb70f;">Developer & Comrade</p>
<p class="title">unknown</p>
</div>
</a>
</div>
<div class="column">
<img src="team/yavas.jpg" alt="yavas" style="width:70%; border-radius: 1000px;">
<div class="container">
<h3>Efe Arda Yavaş (eayavas)</h3>
<p style="color:#feb70f;">Designer & Tester</p>
<p class="title">eayavas@tutanota.com</p>
</div>
</div>
<div class="column">
<img src="team/gurk.jpg" alt="gurkan" style="width:70%; border-radius: 1000px;">
<div class="container">
<h3>Gürkan Cengiz</h3>
<p style="color:#feb70f;">Graphic Design</p>
<p class="title">unknown</p>
</div>
</div>
</div>
</team>
<header>
<p>
<a title="back" href="index.html"> back </a>
</p>
</header>
<script src="https://paledega.github.io/anti-winzort/block-winzort.js" ></script>
</body>
</html>