-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
119 lines (110 loc) · 4.16 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--- favicon-->
<link rel="shortcut icon" href="https://i.ibb.co/3rpSW5c/IMG-20220628-170559-275.jpg" type="image/svg+xml">
<link rel="stylesheet" href="style.css">
<title>Viswa|Chey さん</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1>Chey<span>さん</span></h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#about" data-after="About" >About</a></li>
<li><a href="#contact" data-after="Contact" >Contact</a></li>
<li><a href="https://github.com/Chey-san">Github</a></li>
<li><a href="https://www.instagram.com/its_chey7/" >Instagram</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello-Hello, <span></span></h1>
<h1>I am Chey!<span></span></h1>
<a href="https://github.com/Chey-san" type="button" class="cta">More</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- about Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="https://giffiles.alphacoders.com/351/35107.gif" width="610">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Hello There</h2>
<p>I am Viswa.Chaitanya Aka Chey, I am 18 Year old male Form west bengal Kolkata. I like to modify things like WhatsApp bots and etc.</p>
<p>⭕☆ 𝘫𝘶𝘴𝘵 𝘢 𝘸𝘦𝘦𝘣🧧 𝘵𝘩𝘢𝘵 𝘭𝘪𝘬𝘦𝘴 𝘢𝘯𝘪𝘮𝘦,𝘬𝘥𝘳𝘢𝘮𝘢 𝘢𝘯𝘥 𝘨𝘢𝘮𝘦𝘴ʕ•ᴥ•ʔ</p>
<p>💜☆ #btsarmy </p>
<p>🔮☆ 𝔞 𝔩𝔢𝔞𝔯𝔫𝔢𝔯/𝔰𝔱𝔲𝔡𝔢𝔫𝔱 & 𝔞𝔫 𝔲𝔭𝔠𝔬𝔪𝔦𝔫𝔤 𝔡𝔢𝔳𝔢𝔩𝔬𝔭𝔢𝔯 𝔦𝔫 𝔱𝔥𝔢 𝔣𝔲𝔱𝔲𝔯𝔢. i am a BCA Student.</p>
<p>🔭 💫 🌱 I’m currently learning Everything 💜 How to reach me @its_chey7 IG ID ⚡ Fun fact I like gaming,music,K-pop-or-drama,anime and you✨💓Have a Great day.</p>
<p align="left"> <img src="https://komarev.com/ghpvc/?username=Chey-san&label=Profile%20views&color=0e75b6&style=flat" alt="Chey-san" /> </p>
<a href="https://github.com/Chey-san" class="cta">Github</a>
</div>
</div>
</section>
<!--Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>me</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/clouds/344/mobile-shop-addres.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 83730 17400</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/clouds/344/apple-mail.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>cheyroy1122@gmail.com</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/clouds/344/worldwide-location.png" /></div>
<div class="contact-info">
<h1>Location</h1>
<h2> India </h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<p> Copyright 2022<a href="https://github.com/Chey-san">©Chey</a></p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>