-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (184 loc) · 11.3 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
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arun-sakthi</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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=Black+Ops+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:700'>
</head>
<body>
<nav class=" navbar navbar-expand-lg py-1 text-uppercase border-bottom border border-info sticky-top " id="nav-bar" >
<div class="container">
<a class="navbar-brand" href="#">
<img src="./Hacker-logo-GL.jpg-ai-brush-removebg-4y11rd55.svg.png" alt="Bootstrap" width="40" height="40">
</a>
<a class="navbar-brand fs-3" href="#" style="color: rgb(0, 255, 255);">Arun</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 gap-4">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#Home" style="color: aqua;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About" style="color: aqua;">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Skills" style="color: aqua;">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact" style="color: aqua;">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="Home" class="banner text-center">
<div class="container">
<div id="nav-bar" class="row">
<div class="col-md-12 ">
<div class="w-75 m-auto ">
<h1 style="color: aqua; " class="pb-3 " >Hi I am Arun</h1>
<h4 style="color: aqua;" class="pb-4"> I am a web designer And Python Programmer. <br> I have Skills on Development HTML, CSS, JavaScript, Python, c ,c++ and more..</h4>
</div>
</div>
</div>
</div>
</section >
<section id="About" class="ab py-5 ">
<div id="nav-bar" class="container">
<div class="row align-items-center">
<div class="col-md-6 ">
<h3 class="pb-3" style="color: aliceblue;">About Me</h3>
<p class="pb-3" style="color: aliceblue;">Our expertise in HTML, CSS, and JavaScript enables us to deliver high-quality web solutions that cater to the unique needs of our clients. We are also committed to cybersecurity and have a strong foundation in ethical hacking. Our goal is to provide secure and reliable web solutions that meet the highest standards of quality and performance.</p>
<p class="pb-3" style="color: aliceblue;">Our expertise in identifying vulnerabilities in computer systems and networks enables us to deliver high-quality solutions that cater to the unique needs of our clients. We are committed to providing secure and reliable solutions that meet the highest standards of quality and performance.</p>
</div>
<div class="col-md-6 col-ms-3 col-1 text-center se" >
<div class="card shadow p-3 mb-5 bg-body-tertiary rounded" >
<img src="./Arun_sakthi28_20240218_201527_0000.png" alt="Avatar" style="width:100%" height="400">
<div class="container">
<h4><b>Arun</b></h4>
<p>Web designer & cyber warrior</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Skills" class="cd py-5">
<div id="nav-bar" class="container">
<div class="row py-3">
<div class="col-md-12">
<h4 class="text-center" style="color: aliceblue;"><u>Skills</u></h4>
</div>
</div>
<div class="row">
<div class="col-md-5 m-auto " style="align-items: center;">
<div class="card shadow p-3 mb-5 bg-body-tertiary rounded" style="width: 18rem;">
<img src="./WhatsApp Image 2023-10-23 at 09.34.36_ba49ca2e.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Cyber Warrior</h5>
<p class="card-text">The cyber warrior engages in cyber warfare using information technology to better secure a system.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-5 m-auto " style="align-items: center;">
<div class="card shadow p-3 mb-5 bg-body-tertiary rounded" style="width: 18rem;">
<img src="./WhatsApp Image 2023-10-23 at 09.34.36_9596ed60.jpg" class="card-img-top" alt="..." width="150" height="200">
<div class="card-body">
<h5 class="card-title">Python</h5>
<p class="card-text">developing websites and software, task automation, data analysis, and data visualization</p>
<a href=""</a>
</div>
</div>
</div>
<div class="col-md-5 m-auto " style="align-items: center;">
<div class="card shadow p-3 mb-5 bg-body-tertiary rounded" style="width: 18rem;">
<img src="./WhatsApp Image 2023-11-04 at 10.48.34_63dba02b.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Offensive Social media hacking</h5>
<p class="card-text"> offensive hacking act of attempting to gain unauthorized access to computer systems, networks, or data wit .</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-5 m-auto " style="align-items: center;">
<div class="card shadow p-3 mb-5 bg-body-tertiary rounded" style="width: 18rem;">
<img src="./WhatsApp Image 2023-12-23 at 22.23.32_ef4e10d5.jpg" class="card-img-top" alt="..." height="200">
<div class="card-body">
<h5 class="card-title">HTML & CSS</h5>
<p class="card-text"> HTML/CSS developers are in charge of the entire end-to-end coding of websites. They manage HTML projects.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Contact" class="co">
<div id="nav-bar" class="container py-3">
<div class="row">
<div class="col-md-6">
<h4 class="text-center" style="color: rgb(2, 131, 244);"><u>Contact</u></h4>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
<form>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label" style="color: rgb(255, 255, 255);">Name</label>
<input type="text" class="form-control" id="exampleInputName" aria-describedby="NameHelp">
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label" style="color: aliceblue;">Mobile Number</label>
<input type="number" class="form-control" id="exampleInputNumber" aria-describedby="numberHelp">
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label" style="color: aliceblue;">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label" style="color: aliceblue;">Discription</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="py-5">
<h1><u>My Social Media Accounts</u> </h1>
<div>
<div class="ic py-5 ">
<nav>
<a href="https://instagram.com/arun_sakthi28?utm_source=qr&igshid=YzU1NGVlODEzOA=="><i id="fs" class="fa fa-instagram py-2 col-md-5 m-auto" style="color: white;"></i></a>
<a href="https://www.facebook.com/profile.php?id=100082268372662&mibextid=ZbWKwL"><i id="fs" class="fa fa-facebook py-2 col-md-5 m-auto" style="color: white;"></i></a>
<a href="https://www.linkedin.com/in/arun-sakthivel-77a693283?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i id="fs" class="fa fa-linkedin py-2 col-md-5 m-auto" style="color: white;"></i></a>
<a href="https://www.youtube.com/@arun_sakthi28"><i id="fs" class="fa fa-youtube py-2 col-md-5 m-auto" style="color: white;"></i></a>
</nav>
</div>
</div>
</div>
</section>
<footer class="py-3">
<div class="container">
<div class="row">
<div class="col-md-12 ">
<p class="text-center m-0">Copyright™: 2024©.Designed and Developed by Arun🌐.</p>
</div>
</div>
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</html>