-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMLSCarsh.html
More file actions
119 lines (88 loc) · 3.25 KB
/
MLSCarsh.html
File metadata and controls
119 lines (88 loc) · 3.25 KB
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>
<head>
<title>ARSH KANTIWAL</title>
<style>
</style></head>
<body>
<h1>TEAM MEMBER IMFO</h1>
<nav >
<a href="MLSCmain.html">Home</a>
<a href="MLSCabout.html">About</a>
<a href="#">Blog</a>
<a href="#">Portefolio</a>
<a href="MLSCcontent.html">Contact</a>
<div class="animation start-home"></div>
</nav>
<div class="container">
<link rel="stylesheet"
href="MLSCarsh.css">
<h1 style="font-size: 40px;">ARSH KANTIWAL</h1>
<h3>Personal Profile</h3>
<img src="arsh.jpeg" alt="profile-picture" border="10" >
<h4>About Me</h4>
<p>Hi, I'm ARSH KANTIWAL, I have a huge passion for programming and Cricket. I love to learn and thrive from challenges.</p>
<h4>My Skills</h4>
<div class="listFlex">
<div>
<ul>
<li>MATHEMATICS</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div>
<ul>
<li>Java</li>
<li>C#</li>
</ul>
</div>
</div>
<div class="sol"> <h4>Social Media</h4>
Catch me on Twitter - <a href="https://twitter.com/ArshKantiwal"class= link1>@ARSH KANTIWAL</a><br>
Catch me on instagram-<a href="https://www.instagram.com/arsh.kantiwal/"class= link1>@arsh.kantiwal</a>
</div> </div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>DATA <span>PIRATES</span></h3>
<p class="footer-links">
<a href="MLSCmain.html" class="link-1">Home</a>
<a href="#">Blog</a>
<a href="MLSCabout.html">About</a>
<a href="MLSCcontent.html">Contact</a>
</p>
<p class="footer-company-name">DATA <span>PIRATES</span> © 2020</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Thapar Institute of Engineering & Technology</span> P.O. Box 32, Bhadson Road, Patiala, Punjab,<br> Pin -147004, India
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>...</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:shauryasingh9873@gmail.com">shauryasingh9873@gmail.com</a></p>
<p><a href="mailto:arshkantiwal999@gmail.com">arshkantiwal999@gmail.com</a></p>
<p><a href="mailto:jainaviral0619@gmail.com">jainaviral0619@gmail.com</a></p>
<p><a href="mailto:kartikaymehrotra573@gmail.com">kartikaymehrotra573@gmail.com</a></p>
<p><a href="mailto:bhoomika.gupta81@gmail.com">bhoomika.gupta81@gmail.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the team</span>
Combines experience with new-age implementation.
</p>
<div class="footer-icons">
<a href="#"><img src="https://www.edigitalagency.com.au/wp-content/uploads/new-instagram-logo-png-transparent-light.png"><i class="fa fa-twitter"></i></a>
<a href="#"><img src="https://www.flaticon.com/svg/static/icons/svg/174/174857.svg"><i class="fa fa-linkedin"></i></a>
<a href="#"><img src="https://www.flaticon.com/svg/static/icons/svg/124/124021.svg"><i class="fa fa-github"></i></a>
</div>
</div>
</footer>
</body>
</html>