forked from SCHW18TZ/schwitz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (163 loc) · 7.99 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYC710S1PP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GYC710S1PP');
</script>
<!-- Twitter stuff Start -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="SCHWITZ13" />
<meta name="twitter:creator" content="SCHWITZ13" />
<meta name="twitter:title" content="schw18tz" />
<meta name="twitter:description" content="Hi, I'm schwitz, I'm a Full Stack Developer." />
<meta name="twitter:image" content="images/fav.png" />
<!-- Twitter stuff end-->
<!-- Meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="https://schwitz.me/images/fav.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="language" content="English">
<meta content="schw18tz" property="og:title">
<meta property="og:url" content="https://schwitz.me" />
<meta name="description" content="Hi, I'm schw18tz, I'm a Full Stack Developer from India." />
<meta name="keywords" content="PortFolio, schw18tz, schwitz.me,Harsh Bhardwaj, Web Developer, schw18tz developer, schw18tz coder, indian developer" />
<meta property="og:description" content="Hi, I'm schw18tz, I'm a Full Stack Developer from India." />
<meta content="schw18tz" property="og:site_name">
<meta name="theme-color" content="#6600ff">
<meta property="og:image" content="https://schwitz.me/images/fav.png"> />
<meta name="og:image:height" content="128">
<meta name="og:image:width" content="128">
<meta name="google-site-verification" content="Grq62RD-jLtcKxqFjqxQZcBg8JxVxOgj4Rt9FF8F6lo" />
<!-- Google Font -->
<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=Poppins:ital,wght@0,100;1,200&display=swap" rel="stylesheet" />
<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=Montserrat:wght@100&display=swap" rel="stylesheet" />
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- css file -->
<link rel="stylesheet" href="style.css" />
<title>SCHW18TZ</title>
</head>
<body>
</script>
<nav>
<nav class=" navbar navbar-expand-lg fixed-top navbar-dark bg-dark ">
<div class="container-fluid">
<a class="navbar-brand" href="#">SCHW18TZ</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class=" navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact </a>
</li>
</div>
</div>
</nav>
<section id="hero">
<div class="type-animation">
<span class="type-text"></span>
<span class="cursor"> </span>
</div>
<div class="img">
<img class="hero-img" src="images/undraw_Coding_re_iv62.svg" alt="schw18tz-img" />
</div>
</section>
<!-- About start -->
<section id="about" class="sm:text-center">
<div class="row">
<div class="col-sm-12">
<div class="about-font">
<h1>About <span>me</span></h1>
<p>I am a passionate developer from India. I love to build websites</p>
</div>
<div class="about-img">
<img src="images/undraw_About_me_re_82bv.svg" alt="about-schw18tz">
</div>
</div>
</div>
</section>
<!-- About End -->
<!--Skills start -->
<section id="skills">
<h1>My skills</h1>
<div class="row skill-row">
<div class="col-sm-6 col-lg-12 col-md-12">
<img src="images/html.svg" class="skill-img" alt="html image">
<img src="images/css.svg" class="skill-img" alt="css image">
<img src="images/javascript-programming-language.svg" class="skill-img" alt="javascript image">
<img src="images/bootstrap-4.svg" class="skill-img" alt="bootstrap image">
<img src="images/tailwind-css.svg" class="skill-img" alt="tailwind image">
<img src="images/python-programming-language.svg" class="skill-img" alt="python image">
<img src="images/jquery.svg" class="skill-img" alt="no one uses this unless they are 70">
</div>
</div>
</section>
<!-- Contact Start -->
<section id="contact">
<div class="container contact" id="contact">
<div class="row">
<h1>Contact <span>us</span></h1>
<div class="col-12 col-md-8 col-lg-8">
<form class="contact" class="form">
<div class="textarea">
<label for="name">Name</label>
<input type="text" placeholder="Please enter your name..." class="form-control" id="name"
name="name" required />
</div>
<div class="textarea">
<label for="">Message</label>
<textarea placeholder="Please enter your message here" type="text" class="form-control"
id="messege" name="messege" required></textarea>
</div>
<button class="contact-btn" type="submit">Send</button>
</form>
</div>
</div>
</div>
</section>
<script src="app.js"></script>
<!-- Contact Start -->
<!-- Footer start -->
<section id="footer">
<br>
<div class="footer-imgs">
<a href="https://instagram.com/harshbhardwaj_6969" target="_blank"><i
class="fab fa-instagram fa-3x"></i></a>
<a href="https://github.com/SCHW18TZ/" target="_blank"><i class="fab fa-github fa-3x"></i></a>
<a href="https://twitter.com/SCHWITZ13" target="_blank"><i class="fab fa-twitter fa-3x"></i></a>
<a href="https://discord.gg/wUzxJwrRQ2" target="_blank"><i class="fab fa-discord fa-3x"></i></a>
</div>
<h3>© schw18tz 2021</h3>
</section>
<!-- Footer End -->
</body>
</html>