-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
185 lines (170 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> 4q-u4 - Home </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Cybersecurity" name="keywords">
<meta content="This is a blog about cybersecurity research" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:300;400;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<div class="sidebar-text d-flex flex-column h-100 justify-content-center text-center">
<img class="mx-auto d-block w-75 bg-primary img-fluid rounded-circle mb-4 p-3" src="img/profile.jpg" alt="Image">
<h1 class="font-weight-bold">Daniel</h1>
<p class="mb-4">
A curated collection of projects, research, and accomplishments about Cybersecurity </p>
<div class="d-flex justify-content-center mb-5">
<a class="btn btn-outline-primary mr-2" href="https://x.com/itisdaniell"><i class="fab fa-twitter"></i> </a>
<a class="btn btn-outline-primary mr-2" href="https://github.com/4q-u4"><i class="fab fa-github"></i></a>
<a class="btn btn-outline-primary mr-2" href="https://dev.to/4q-u4"><i class="fa-brands fa-dev"></i></a>
<a class="btn btn-outline-primary mr-2" href="#"><i class="fa fa-envelope"></i></a>
</div>
<a href="http://t.me/Aq_u4" class="btn btn-lg btn-block btn-primary mt-auto">Contact Me</a>
</div>
<div class="sidebar-icon d-flex flex-column h-100 justify-content-center text-right">
<i class="fas fa-2x fa-angle-double-right text-primary"></i>
</div>
</div>
<div class="content">
<!-- Navbar Start -->
<div class="container p-0">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark">
<a href="" class="navbar-brand d-block d-lg-none">Navigation</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav m-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<!-- <a href="blog.html" class="nav-item nav-link">Blog</a>
<a href="projects.html" class="nav-item nav-link">Projects</a> -->
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container p-0">
<div id="blog-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<!-- Caousel Item 1-->
<div class="carousel-item active">
<img class="w-100" src="img/carousel-1.webp" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<h2 class="mb-3 text-white font-weight-bold">Kali Linux Android Noroot</h2>
<div class="d-flex text-white">
<!-- <small class="mr-2"><i class="fa fa-calendar-alt"></i> 01-Jan-2045</small> -->
<small class="mr-2"><i class="fa fa-folder"></i> Linux</small>
<small class="mr-2"><i class="fa fa-comments"></i> 6 Stars</small>
</div>
<a href="https://github.com/4q-u4/Kali-Linux-Android-noroot" class="btn btn-lg btn-outline-light mt-4">Check it</a>
</div>
</div>
<!-- Carousel Item 2-->
<div class="carousel-item">
<img class="w-100" src="img/carousel-2.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<h2 class="text-white font-weight-bold">BlackArch Guide in Arabic</h2>
<div class="d-flex">
<!-- <small class="mr-2"><i class="fa fa-calendar-alt"></i> 0</small> -->
<small class="mr-2"><i class="fa fa-folder"></i> Black Arch</small>
<small class="mr-2"><i class="fa fa-comments"></i> 0 Stars </small>
</div>
<a href="https://github.com/4q-u4/blackarch-guide" class="btn btn-lg btn-outline-light mt-4">Check it</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#blog-carousel" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#blog-carousel" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<!-- Carousel End -->
<!--! Blog List Start -->
<div class="container bg-white ptt-5">
<!--! Blog Id=1-->
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="img/blog-2.jpg" alt="Image">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold">Cryptography Concepts Simplified </h3>
<div class="d-flex mb-3">
<small class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> 17-Aug-2024</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Cybersecurity</small>
<!-- <small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small> -->
</div>
<p>
Cryptography is scary, Its based on math that most of us don't understand yet it makes the internet secure... </p>
<a class="btn btn-link p-0" href="https://dev.to/4q-u4/cryptography-concepts-simplified-21j0">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<!--! Blog Id=2-->
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="img/blog-1.jpg" alt="Image">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold">CrowdStrike Blew Up the Internet</h3>
<div class="d-flex mb-3">
<small class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> 20-Jul-2024</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Cybersecurity</small>
</div>
<p>
Bad code broke a million Windows machines... Yesterday millions of Windows computers got BRICKED around the... </p>
<a class="btn btn-link p-0" href="https://dev.to/4q-u4/crowdstrike-blew-up-the-internet-2c0h">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<!--! Blog Id=2-->
<!-- <div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="img/blog-2.jpg" alt="Image">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold">Lorem ipsum dolor sit amet</h3>
<div class="d-flex mb-3">
<small class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> 01-Jan-2045</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Web Design</small>
<small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eu suscipit orci velit id libero
</p>
<a class="btn btn-link p-0" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div> -->
<!--! Blog List End -->
<!-- Footer Start -->
<div class="container py-4 bg-secondary text-center">
<p class="m-0 text-white">
© <a class="text-white font-weight-bold" href="#">Daniel - 4q-u4</a>
</p>
</div>
<!-- Footer End -->
</div>
</div>
<!-- Back to Top -->
<a href="#" class="back-to-top"><i class="fa fa-angle-double-up"></i></a>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<script src="js/main.js"></script>
</body>
</html>