-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 2.52 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
<!doctype html>
<html lang="en">
<head>
<meta name="author" content="Reza Askari">
<meta name="description" content="Full-stack web developer and linux enthusiast.">
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Reza Askari | Full-stack web developer">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="http://rzsk.net/">
<meta property="og:type" content="website">
<meta property="og:description" content="Full-stack web developer and linux enthusiast.">
<meta property="og:image" content="http://rzsk.net/me.jpeg">
<meta property="og:site_name" content="Reza Askari | Personal webpage.">
<link rel="icon" href="favicon.ico">
<meta name="theme-color" content="#343a40">
<title>Reza Askari</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Acme|Dancing+Script|Space+Mono">
<link rel="stylesheet" href="css/styles.css">
</head>
<body dir="ltr" class="bg-dark">
<div class="container">
<div class="row text-center">
<div class="col-md-8 mx-auto">
<main class="card card-body shadow-lg rounded-lg">
<img class="img-thumbnail rounded-circle avatar border-0" src="me.jpeg">
<h1 class="name display-1">Reza Askari</h1>
<p class="description h2">Full-stack Web and Mobile Developer</p>
</main>
<section id="contactInfo" class="text-center text-white mt-4 d-flex justify-content-center">
<h3>CONTACT INFO:</h3>
<ul class="text-start">
<li>
Email: <a href="mailto:[email protected]">me[at]rzsk.net</a>
</li>
<li>
Telegram: <a href="https://t.me/rezsk">@rezsk</a>
</li>
<li>
Linkedin: <a href="https://www.linkedin.com/in/rzsk">linkedin.com/in/rzsk</a>
</li>
</ul>
</section>
</div>
<a href="assets/Resume-2024-Q1.pdf">Resume</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>