-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (141 loc) · 9.08 KB
/
index.html
File metadata and controls
144 lines (141 loc) · 9.08 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<title>Coderco</title>
<header><h1><span class="badge badge-secondary"><i class="fas fa-drafting-compass"></i>Coderco</span></h1></header>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/media1.css" type="text/css">
<script src="https://kit.fontawesome.com/d3aa46a60b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<body>
<section class="media-nav-bar" id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><button type="button" class="btn btn-success"><i class="fas fa-home"></i> Home</button></a>
</li>
<li class="nav-item">
<a class="nav-link" href="who.html"><button type="button" id="abt-me2" class="btn btn-success"><i class="fas fa-portrait"></i> Who am I?</button></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn btn-success"><i class="fab fa-superpowers"></i> Services</button>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Tech Blogs</a>
<a class="dropdown-item" href="#">Ethical Hacking Blogs</a>
<a class="dropdown-item" href="#">CTF Walkthroughs</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><button type="button" id="abt-me" class="btn btn-success"><i class="fas fa-id-card"></i> Contacts</button></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</section>
<!-----------------------Banner------------------------------->
<section class="med-banner" id="Banner">
<div id="container">
<div id="row" >
<div id="col-md-6" class="med-banner-child">
<img src="images/COD{E}RCO.png" class="stag-img">
<p class="promo-title" >"Bring Out the Techy in You"<i class="far fa-smile-wink"></i></p>
<a class="play-btn" href="#"><img src="images/tech.jpeg" width="150px"></a>
</div>
</div>
</div>
</section>
<section id="Best-tours" class="row justify-content-center">
<div class="col-md-12">
<p class="Tours">My Services</p>
</div>
<div class="col-md-6">
<div class="card-group">
<div class="card" style="width: 18rem;">
<img src="images/ser1.jpeg" class="card-img-top" height="146px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">Tech Blogs</h5>
<p class="card-text">Name anything, be it networking , be it programming, be it any kind of gadget, i will be making blogs and explaining the whole thing. Doesn't matter if you are a beginner or an intermediate, you will get to learn many things. Experts don't need help XD</p>
<a href="#" class="btn btn-primary">visit</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="images/ser2.jpg" class="card-img-top" height="146px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">Ethical Hacking</h5>
<p class="card-text">From OSI model to advance networking to ethical hacking, evrything will be present here.From phishing to hacking androids to jailbreaking iphones I will be showing you everything from scratch.</p>
<a href="#" class="btn btn-primary">visit</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="images/ser3.png" class="card-img-top" height="146px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">CTF Walkthroughs</h5>
<p class="card-text">Know good hacking techniques bt still not able to solve CTF challenges? Bruteforcing for a long time and still not getting the password? Don't need to worry any more, I will be providing efficient solutions to various CTF challenges.</p>
<a href="#" class="btn btn-primary">visit</a>
</div>
</div>
</div>
<section>
</section>
</section>
<h3 class="reviews">What are my future plans?</h3>
<section class="customer-review">
<div class="col-md-8">
<div class="card-group">
<div class="card" style="width: 18rem;">
<img src="images/fp1.jpeg" class="card-img-top" height="105px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">Web Development</h5>
<p class="card-text">"May be not very soon , but i am very curious to bring a video+documneted coourse"</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="images/fp2.jpg" class="card-img-top" height="105px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">CTF Challenges</h5>
<p class="card-text">Ya you thought right I am going to launch my very own CTF challenges very soon. Swags will be given</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="images/fp3.jpeg" class="card-img-top" height="105px" style="max-width: 100%;">
<div class="card-body">
<h5 class="card-title">Machine-Learning</h5>
<p class="card-text">"This is for sure that i will be launching blogs+video courses on my site regarding machine learning"</p>
</div>
</div>
</section>
<section id="feedback">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="inputGroup-sizing-default">Feedback</span>
</div>
<input type="text" class="form-control" aria-label="Sizing example input" aria-describedby="inputGroup-sizing-default">
</div>
</section>
<script type="text/javascript" src="Js/index.js"></script>
</body>
</head>
<footer>
<section class="contacts">
<p>Contact us:</p>
<p class="email">Email : rsaha0907@gmail.com</p>
<a href="#"><img src="Favorites/fb.png" style="max-width: 100%;"></a>
<a href="#"><img src="Favorites/insta.png" style="max-width: 100%;"></a>
<a href="#"><img src="Favorites/waap.png" style="max-width: 100%;"></a>
<a href="#"><img src="Favorites/ln.png" style="max-width: 100%;"></a>
</section>
</footer>
</html>