-
Notifications
You must be signed in to change notification settings - Fork 1
/
react.html
77 lines (61 loc) · 2.22 KB
/
react.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
<!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">
<title> SACHIN - Personal Portfolio Website </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<header>
<a href="#" class="logo">SACHIN <span> Rathore</span>.</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="/">Home</a></li>
<li><a href="/frontend.html">Frontend</a></li>
<li><a href="/javascript.html">JavaScript</a></li>
<li><a href="/react.html">REACT-JS</a></li>
<li><a href="/mern.html">MERN</a></li>
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<div class="skills">
<div>
<div class="home-text">
<a href="https://react-one-lake.vercel.app/">[1.]Landing Page</a>
</div>
<hr>
<br>
</div>
<div>
<div class="home-text">
<a href="https://video-player-ten-beta.vercel.app/">[2.]Video Player</a>
</div>
<hr>
<br>
</div>
<div>
<div class="home-text">
<a href="https://crypto-app-chi-two.vercel.app/">[3.]Crypto App</a>
</div>
<hr>
<br>
</div>
</div>
<div class="footer">
<h2>Contact Me</h2>
<div class="footer-social">
<a href="https://github.com/roboticslover"><i class='bx bxl-github'></i></a>
<a href="https://www.instagram.com/sachin_rathore777/"><i class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/robotics_lover"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<div class="copyright">
© Sachin/Portfolio.</p>
</div>
<!-- Javascript -->
<script src="script.js"></script>
</body>
</html>