-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (151 loc) · 7.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html>
<head>
<title>Ahmad's Showcase</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Saira+Semi+Condensed|Indie+Flower" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
/* body {
background-color:
} */
.container{
font-family: 'Saira Semi Condensed', sans-serif;
}
h1 {
font-family: 'Indie Flower', cursive;
}
img {
border-radius: 2px;
}
p {
margin: 4px;
text-align: left;
}
#header {
padding: 16px;
}
.thumbnail {
padding: 0px;
height: 163px;
width: 360px;
margin-bottom: 12px;
}
a:hover {
text-decoration: none;
}
.date {
display: block;
}
.col-md-4 {
height: 300px;
}
</style>
</head>
<body>
<div class="container text-center">
<div id="header">
<h1>Ahmad Moudallal</h1>
<h5>Web Developer</h5>
</div>
<div class="row">
<!-- <div class="col-md-4">
<a href="./languages/"><img class="img-responsive thumbnail" src="https://i.imgur.com/wcmowzZ.png" alt="infovis"></a>
<p>
<a href="./languages/">
Langauges
</a>
-
<a href="https://github.com/ahmadmu/languages">source code</a>
</p>
<p>
Demo for different types of i18n in Angular using
</p>
<p class="date">Date Created: 2024</p>
</div> -->
<div class="col-md-4">
<a href="https://peopleindresden.de/" target="_blank">
<img class="img-responsive thumbnail" src="https://i.imgur.com/M8HyQ9d.jpeg" alt="peopleindresden"></a>
<p>
<a href="https://peopleindresden.de/">
People in Dresden
</a>
</p>
<p>
Frontend project for the facebook group People in Dresden, similar to Humans of New York,
built with Vuejs and Tailwindjs, done in HxCode
</p>
<p class="date">Date Created: 2022-2023</p>
</div>
<div class="col-md-4">
<a href="./infovis/"><img class="img-responsive thumbnail" src="https://i.imgur.com/wcmowzZ.png" alt="infovis"></a>
<p>
<a href="./infovis/">
Sprachsynthese
</a>
-
<a href="https://github.com/ahmadmu/infovis">source code</a>
</p>
<p>
Information visualization uni project, built with Vuejs, Typescript and Bootstrap 4, designed with UX methods
</p>
<p class="date">Date Created: April 2018 - January 2019</p>
</div>
<!-- <div class="col-md-4">
<img class="img-responsive thumbnail" src="https://i.imgur.com/zJITnqv.jpg" alt="GRT">
<p>GIRLSRIDETOO.DE - <span class="text-secondary">outdated</span></p>
<p>
Wordpress Theme Development, php, bootstrap 3.3.7
</p>
</div> -->
<!-- <div class="col-md-4">
<img class="img-responsive thumbnail" src="./computech/asciidoc/models/design/bootstrap-gui-img/index.jpg" alt="Computech">
<p>Computech - <span class="text-secondary">offline</span></p>
<p>Uni Group project w/ Spring-boot, thymeleaf, salespoint, scrum, ood, bootstrap 4 -
</p>
<p class="date">Date Created: October 2017 - January 2018</p>
</div> -->
<div class="col-md-4">
<a href="./lakebledslovenia.html"><img class="img-responsive thumbnail" src="http://i.imgur.com/g5t0pRn.jpg" alt="Lake Bled"></a>
<a href="./lakebledslovenia.html">
<p>Lake Bled</p>
</a>
<p>css, jquery and materialize.css </p>
<p class="date">Date Created: August 2017</p>
</div>
<div class="col-md-4">
<a href="./shoppinglist/index.html"><img class="img-responsive thumbnail" src="http://i.imgur.com/RB5fmjD.png" alt="Event Calendar"></a>
<a href="./shoppinglist/index.html">
<p>Shopping list</p>
</a>
<p>Angular training w/ bootstrap 3.3.7</p>
<p class="date">Date Created: June 2017</p>
</div>
<!-- <div class="col-md-4">
<img class="img-responsive thumbnail" src="http://i.imgur.com/Qw0xP0o.png" alt="YoCamp">
<p>YoCamp - <span class="text-secondary">offline</span></p>
<p>Node.js, Express and MongoDB backend training w/ bootstrap 3.3.7</p>
<p class="date">Date Created: May 2017</p>
</div> -->
<div class="col-md-4">
<a href="./eventkalender2015/eventkalender.html"><img class="img-responsive thumbnail" src="http://i.imgur.com/Uq2tdV5.png" alt="Event Calendar"></a>
<a href="./eventkalender2015/eventkalender.html"><p>Event Calender</p></a>
<p>First (vanilla) html + css + js group project</p>
<p class="date">Date Created: December 2014</p>
</div>
</div>
<hr>
<p>Source code for the training projects here can be found on my <a href="https://github.com/ahmadmu/projects">github</a></p>
<p><a href="https://github.com/ahmadmu/ahmadmu.github.io/blob/master/index.php">PHP copy of this page</a></p>
</div>
<script>
$(document).ready(function () {
$('img').hover( function () {
$(this).css('opacity', '0.8');
}, function() {
$(this).css('opacity', '1');
})
});
</script>
</body>
</html>