-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (128 loc) · 5.85 KB
/
index.html
File metadata and controls
137 lines (128 loc) · 5.85 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
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="#">Thejaswin S</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 me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">My Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#works">My Works</a>
</li>
<li
class="nav-item">
<a class="nav-link" href="#contacts">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container mt-3">
<section id="hero"class="d-flex justify-content-sm-center d-flex justify-content-md-evenly align-items-center flex-column-reverse gap-3 flex-md-row ">
<div class="d-flex justify-content-sm-center align-items-center flex-column flex-md-column justify-content-sm-start align-items-md-start">
<h5>Hi!👋🏻</h5>
<h1>I'm Thejaswin S</h1>
<p>A fullstack web developer!</p>
<button class="btn btn-primaimary btn-sm">My resume</button>
</div>
<div class=" d-md-none w-45 w-45">
<img src="image.png" alt="Thejaswin" class="rounded-circle shadow">
</div>
<div class="d-none d-md-block w-25 h-25">
<img src="image.png" alt="Thejaswin" class="rounded-circle shadow">
</div>
</section>
<section id="skills" class=" mt-5 p-4">
<h1 class="text-primary text-center">My Skill Set</h1>
<div class=" mt-4 d-md-none d-flex justify-content-evenly">
<i class="fab fa-html5 fa-3x" style="color:#f4470b"></i>
<i class="fab fa-css3-alt fa-3x text-primary"></i>
<i class="fab fa-bootstrap fa-3x" style="color:#730fef"></i>
</div>
<div class=" mt-4 d-none d-md-flex justify-content-evenly">
<i class="fab fa-html5 fa-5x" style="color:#f4470b"></i>
<i class="fab fa-css3-alt fa-5x text-primary"></i>
<i class="fab fa-bootstrap fa-5x" style="color:#730fef"></i>
</div>
</section>
<section id="works" class=" mt-4 p-4 ">
<h1 class="text-primary text-center">My Works</h1>
<div class="row">
<div class="col-sm col-md-4">
<div class="card mt-3 mb-2" >
<img src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Portfolio Website</h5>
<p class="card-text">Built an amazing responsive website with Bootstrap.</p>
<a href="#" class="btn btn-dark">view source<i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-sm col-md-4">
<div class="card mt-3 mb-2" >
<img src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Portfolio Website</h5>
<p class="card-text">Built an amazing responsive website with Bootstrap.</p>
<a href="#" class="btn btn-dark">view source<i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-sm col-md-4">
<div class="card mt-3 mb-2" >
<img src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Portfolio Website</h5>
<p class="card-text">Built an amazing responsive website with Bootstrap.</p>
<a href="#" class="btn btn-dark">view source<i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="contacts" class="mt-4 py-4">
<h1 class="text-primary text-center">Contact Form</h1>
<div class="row">
<div class="col-sm col-md-8">
<form>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email address</label>
<input type="email" required class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Your Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" required placeholder="enter your amazing message!" rows="3"></textarea>
</div>
<button type="submit"class="btn btn-primary mb-3">
Submit
</button>
</div>
<div class="col-sm col-md-4">
</form>
<div>
<h4 <i class="fas fa-at text-primary"></i>thejas2002@yahoo.in</h4>
</div>
<button type="button"class="btn btn-link ">
<a href="href="https://github.com/ThejaswinS"><i class="fab fa-github"></i></a></button>
</div>
</section>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>