-
Notifications
You must be signed in to change notification settings - Fork 0
/
play.html
75 lines (61 loc) · 2.55 KB
/
play.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sreyas Cheviri | Play</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="profile.png" />
<script src="https://kit.fontawesome.com/2ca57fca93.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<img id="user" height="60" width="60" src="profile.png" alt="srey">
<div>
<div>
<h1 class="name">Sreyas Cheviri</h1>
</div>
<!-- <p style="line-height: 1;">Developer & Designer</p> -->
</div>
<button id="theme-toggle" aria-label="Toggle theme" style="cursor: pointer; color: white;"><i class="fa-solid fa-circle"></i></button>
</header>
<nav>
<a href="/index.html" >Home</a>
<a href="/works.html" >Work</a>
<a href="/play.html" style=" background: #92929253;
padding: 5px;
border-radius: 6px;">Play</a>
<a href="https://drive.google.com/file/d/1rS2YhEoOofxPVERusLfP9rioEXjZB2_y/view?usp=sharing">Resume</a>
<!-- <a href="contact.html">Contact</a> -->
</nav>
<section>
<div>
<p class="artp" style="font-style: italic; font-size: smaller;">
- When I'm not designing or coding, I love to create Art, travel and capture moments through photography! ✨
</p>
</div>
</section>
<section class="rowart" >
<div class="arts">
<img src="arts/1675756826840.jpg" alt="">
<img src="arts/1675756826832.jpg" alt="">
<img src="arts/Screenshot 2024-12-04 230816.png" alt=""></div>
<div class="arts">
<img src="arts/1675756826844.jpg" alt="">
<img src="arts/Screenshot 2024-12-04 230803.png" alt="">
</div>
<div class="arts">
<img src="arts/Screenshot 2024-12-04 230729.png" alt="">
<img src="arts/1675756826848.jpg" alt="">
</div>
<div>
<p style="font-style: italic; font-size: smaller; color: #787878;">More to come...</p>
</div>
</section>
<footer style="font-size: small; margin-top: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<span style="font-size: small;" id="timer"></span>
<span style="display: flex; justify-content: center; margin-top: 40px; padding: 0%;">🚣</span>
</footer>
<script src="script.js"></script>
</body>
</html>