Skip to content

Commit

Permalink
Merge pull request avinash201199#137 from hidesec/port/hidesec
Browse files Browse the repository at this point in the history
rhans hidesec portfolio
  • Loading branch information
avinash201199 committed Oct 10, 2022
2 parents 361a4db + 9288530 commit f09a251
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 0 deletions.
94 changes: 94 additions & 0 deletions RHans-Portfolio-(hidesec)/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
/* New CSS */
body{
background-color: rgb(38, 34, 23);
}

.bdg{
background-color: darkslategray;
color: aqua;
margin-top: 25px;
border-radius: 20px;
}

.tp{
font-family: Anton;
font-size: 70px;
}

.kls{
font-family: Bangers;
font-size: 24px;
color: yellow;
}

.cff{
margin-top: 4%;
font-family: Nanum Gothic Coding;
font-size: 18px;
}
.cff2{
font-family: Nanum Gothic Coding;
font-size: 18px;
}

.art{
margin-top: 2%;
font-family: Nanum Gothic Coding;
font-size: 18px;
font-weight: 600;
}

.no-art{
margin-left: 4%;
font-family: Bangers;
font-size: 40px;
color: cornflowerblue;
}

.scv{
margin-bottom: -5px;
font-family: Nanum Gothic Coding;
font-size: 18px;
}

.cp{
font-family: Nanum Gothic Coding;
font-size: 14px;
color: aqua;
}

a{
color: azure;
text-decoration: none;
}

a:hover{
color: cyan;
}

hr{
background-color: dimgray;
border-width: 6px;
border-radius: 4px;
}
/* End New CSS */

/* Portfolio */
.in{
font-family: Nanum Gothic Coding;
font-size: 18px;
}
.mp{
color: aqua;
font-family: Anton;
margin-top: 45px;
}

h3{
font-family: Bangers;
color: darkorange;
}
.row{
margin-bottom: 30px;
}
/* end portfolio */
78 changes: 78 additions & 0 deletions RHans-Portfolio-(hidesec)/cv/portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<html>
<head>
<!--/////////////////////////////////////////////
// Edit & Design by White Bear (@howaitokuma).//
// Raihan Hafiizh Qurratu'Ain //
///////////////////////////////////////////////// -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hidesec - Raihan H. Q.</title>

<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> -->
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Nanum Gothic Coding' rel='stylesheet'>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="../css/style.css">

<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 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.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>


</head>
<body>
<div class="container">
<h2 class="mp">Introduce myself</h2>
<div class="card bdg">
<div class="card-body">
<p class="in">My name is Raihan Hafiizh Q, 20 years old. A hobby that made me a programmer. :-D</p>
<p class="in">My ability: </p>
<ul>
<li class="in">Backend Developer (PHP & Laravel 7)</li>
<li class="in">iOS Developer (swift 4)</li>
</ul>
<p class="in">Programming language for creating hacking tools:</p>
<ul>
<li class="in">Python</li>
<li class="in">Shell Script</li>
<li class="in">Go</li>
</ul>
<br>
<a href="../index.html"><< Back To Home</a>
</div>
</div>

<h2 class="mp">Portfolio -> My Project</h2>
<div class="row">
<div class="col">
<div class="card bdg">
<div class="card-body">
<h3>Mass Kills</h3>
<p class="in">Mass scan vuln web. Latest version 0.1</p>
<a href="https://github.com/hidesec/mass-kills">How to use?</a>
</div>
</div>
</div>
<div class="col">
<div class="card bdg">
<div class="card-body">
<h3>Pelet</h3>
<p class="in">Information Gathering, OSINT Tools. In develop</p>
<a href="https://github.com/hidesec/pelet">Coming Soon...</a>
</div>
</div>
</div>
</div>
<p class="cp">©2020 hidesec</p>
</div>
</body>
</html>
52 changes: 52 additions & 0 deletions RHans-Portfolio-(hidesec)/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<html>
<head>
<!--/////////////////////////////////////////////
// Edit & Design by White Bear (@howaitokuma).//
// Raihan Hafiizh Qurratu'Ain //
///////////////////////////////////////////////// -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hidesec - Raihan H. Q.</title>

<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> -->
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Nanum Gothic Coding' rel='stylesheet'>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">

<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 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.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>


</head>
<body>
<div class="container">
<div class="card bdg">
<div class="card-body">
<p class="tp">~# Hidesec</p>
<p class="kls">Warning: website not under maintenance!</p>
<hr>
<p class="cff">I am not a person with an IT education background, I study in office administration. pentest, coding, make hacking tool, exploration is my hobby :D</p>
<p class="cff2">Code for fun!</p>
<p class="art">~$ Article :</p>
<p class="no-art">404 Not Found</p>
<p class="scv">see <a href="cv/portfolio.html">My CV</a></p>
<p class="scv">see my project on <a href="https://github.com/hidesec">Github</a></p>
<br>
<br>
<p class="cp">©2020 hidesec</p>
</div>
</div>
</div>
</body>
</html>

0 comments on commit f09a251

Please sign in to comment.