-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Experienced and passionate Web and Graphic Designer based in Kerala, India with over 7 years of expertise in both fields. My strong portfolio features a variety of design projects, including brochures, flyers, posters, and social media designs. Proficient in Adobe Suite (Photoshop, Illustrator, Premiere, After Effects, and InDesign) and Canva, I excel at creating visually stunning and effective marketing materials, as well as modern, user-friendly websites.">
<title>Salman MP - Experienced and Passionate Web and Graphic Designer</title>
<!-- Fav Icon -->
<link rel="icon" type="image/x-icon" href="{{ asset('assets/imgs/logo/site-logo-light.svg') }}">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<style>
html, body { padding: 0; margin: 0; width: 100%; height: 100%; }
* {box-sizing: border-box;}
body { text-align: center; padding: 0; background: #d6433b; color: #fff; font-family: Open Sans; }
h1 { font-size: 50px; font-weight: 100; text-align: center;}
body { font-family: Open Sans; font-weight: 100; font-size: 20px; color: #fff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
article { display: block; width: 700px; padding: 50px; margin: 0 auto; }
a { color: #fff; font-weight: bold;}
a:hover { text-decoration: none; }
svg { width: 75px; margin-top: 1em; }
.social-icons a { color: #fff; margin: 0 10px; font-size: 24px; }
</style>
</head>
<body>
<article>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 202.24 202.24">
<!-- Your SVG path here -->
</svg>
<h1>I'll be back soon!</h1>
<div>
<p>Sorry for the inconvenience. I'm currently performing some maintenance on my personal website. You can always follow me on <a href="https://www.linkedin.com/in/salmanmp/">LinkedIn</a> for updates, or check back shortly!</p>
<p>- Salman MP -</p>
<!-- Social media icons -->
<div class="social-icons">
<a href="https://www.instagram.com/salman_kavanur" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/salmankavanoor" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/salmankavanur" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/salmanmp" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</article>
</body>
</html>