-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (62 loc) · 2.64 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ahmad Samra</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h1><strong>I am Ahmad</strong>, a physicist trying to make sense of a bit in a qubit universe.. 🧐<br />
Please excuse my for loops.. 🙃<br />
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About me</h2>
</header>
<p>I am a physicist by education, but a programmer by training. I am interested in theoretical cosmology and quantum gravity.</p>
<p>I have a long experience with telecom technologies and cloud services.</p>
<p>I am currently working as a product manager/owner at Vaisala.</p>
<p>I write code in
<a href="https://go.dev" class="icon codelang"><img src="https://img.shields.io/badge/-Go-D3D3D3?&logo=Go"><img></a>,
<a href="https://www.rust-lang.org" class="icon codelang"><img src="https://img.shields.io/badge/-Rust-D3D3D3?&logo=Rust"><img></a>, and
<a href="https://www.python.org" class="icon codelang"><img src="https://img.shields.io/badge/-Python-D3D3D3?&logo=Python"><img></a>.
</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/rehabaam" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/rehabaam" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Ahmad Samra</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>