-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.html
90 lines (82 loc) · 3.17 KB
/
me.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
<!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="referrer" content="no-referrer">
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<meta name="robots" content="index,follow">
<meta property="og:type" content="website">
<meta name="og:url" content="http://akashaphotography.pl/">
<meta property="og:title" content="Akasha Photography">
<meta property="og:description" content="Akasha Photography | Automotive photography, car photography">
<title>Akasha Photography - Me</title>
<link rel="stylesheet" href="./CSS/style.css" media="screen">
<link rel="stylesheet" href="./CSS/contact.css" media="screen">
<link rel="stylesheet" href="./CSS/me.css" media="screen">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gotu&family=Reem+Kufi+Ink&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/536ff07e99.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main">
<div class="nav-mobile">
<div class="open-nav">
<i class="fa-solid fa-bars"></i>
</div>
<nav class="nav-links-mobile">
<div class="close-nav">
<i class="fa-solid fa-x"></i>
</div>
<ul>
<li><a href="portfolio.html" class="link">PORTFOLIO</a></li>
<li><a href="index.html" class="link">HOME</a></li>
<li><a href="contact.html" class="link">CONTACT</a></li>
</ul>
</nav>
</div>
<nav class="nav-links-desktop">
<ul>
<li><a href="portfolio.html" class="link">PORTFOLIO</a></li>
<li><a href="index.html" class="link">HOME</a></li>
<li><a href="contact.html" class="link">CONTACT</a></li>
</ul>
</nav>
<div class="box-wrap">
<div class="box">
<span></span>
<span></span>
<span></span>
<span></span>
<div class="content">
<img src="img/me.jpg" alt="Me" class="img-me">
</div>
</div>
<div class="quote">
<p class="quote-text">“Believe in yourself and nothing can stop you.” </p>
<p class="quote-text author">– Sailor Venus</p>
</div>
</div>
<footer>
<div class="socials">
<a href="https://www.instagram.com/xakvsha/" class="btn-social" title="instagram">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/xakvsha" class="btn-social" title="facebook">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://buycoffee.to/xakvsha?fbclid=IwAR2g3MJO0GW714nBklcOb-O0kJwyKw3Tso7FaZSPA77g-mIphwezPkonThk"
class="btn-social" title="buy coffee">
<i class="fa-solid fa-mug-saucer"></i>
</a>
</div>
<p class="copyright"> Copyright © 2022 xAkashax | Created by <a class="github" href="https://github.com/xAkashax">
xAkashax</a>
</p>
</footer>
</div>
<script src="js/app.js"></script>
</body>
</html>