-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (71 loc) · 3.5 KB
/
index.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>Maher Kassim</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Maher Kassim">
<meta name="description" content="My projects, hobbies, interests, and (almost) everything else.">
<link rel="stylesheet" type="text/css" href="/static/css/mkassim.css">
<link rel="stylesheet" type="text/css" href="/static/css/ribbon.css">
<link rel="stylesheet" type="text/css" href="/static/css/circle.css">
<link rel="icon" href="/static/img/profile.png" type="image/png" />
</head>
<body>
<div class="header-container">
<header style="width: 385px;">
<a href="/" class="title">Maher Kassim</a>
<span class="subheading">Web & Software Developer</span>
</header>
</div>
<div class="main-container">
<div class="main">
<div class="circle circle-container">
<a href="https://plus.google.com/+MaherKassim?rel=author">
<div class="circle circle-center" ontouchstart="this.classList.toggle('hover');">
<div class="circle-flip">
<div class="front circle-text"><div class="logo" style="width: 100%; height: 100%; position: absolute;">
<div style="background-image: url("/static/img/mk_logo_white.png"); background-repeat: no-repeat; background-size: cover; width: 60%; height: 65%; margin: 0 auto; position: relative; top: 13px;"></div>
</div>
</div>
<div class="back circle-text"><img src="/static/img/profile.png" height="80" width="80" alt="Connect with me on Google+"></div>
</div>
</div>
</a>
<a href="/resume/index.html">
<div class="circle circle-corner top left" ontouchstart="this.classList.toggle('hover');">
<div class="circle-flip">
<div class="front circle-text"><img src="/static/img/resume_preview.png" height="205" width="205" alt="Maher Kassim Résumé"></div>
<div class="back circle-text">Résumé</div>
</div>
</div>
</a>
<a href="http://linkedin.com/in/maherkassim" target="_blank">
<div class="circle circle-corner bottom left" ontouchstart="this.classList.toggle('hover');">
<div class="circle-flip">
<div class="front circle-text"><img src="/static/img/logo_lin.png" height="205" width="205" alt="Connect with me on LinkedIn"></div>
<div class="back circle-text">LinkedIn</div>
</div>
</div>
</a>
<a href="http://github.com/maherkassim" target="_blank">
<div class="circle circle-corner top right" ontouchstart="this.classList.toggle('hover');">
<div class="circle-flip">
<div class="front circle-text"><img style="opacity: 0.7;" src="/static/img/logo_github.png" height="205" width="205" alt="Connect with me on GitHub"></div>
<div class="back circle-text">GitHub</div>
</div>
</div>
</a>
<a href="http://xawaash.com">
<div class="circle circle-corner bottom right" ontouchstart="this.classList.toggle('hover');">
<div class="circle-flip">
<div class="front circle-text"><img src="/static/img/xawaash_preview.jpg" height="205" width="205" alt="Current project: Xawaash.com"></div>
<div class="back circle-text">Projects</div>
</div>
</div>
</a>
<div class="circle circle-background">
</div>
</div>
</div>
</div>
</body>
</html>