Skip to content

Instantly share code, notes, and snippets.

@yashbedi
Created April 20, 2013 17:26
Show Gist options
  • Save yashbedi/5426734 to your computer and use it in GitHub Desktop.
Save yashbedi/5426734 to your computer and use it in GitHub Desktop.
body {
background:#FFFFFF;
}
h1 {
font-family: 'Julius Sans One' ,sans-serif;
text-transform: uppercase;
color: #CC0052;
text-indent: 150px;
font-size: 30px;
}
#tt {
font-family:;
color:;
font-size:;
margin-left:150px;
}
#t1 {
font-family:;
color:;
font-size:;
margin-left:150px;
}
#t2 {
font-family: 'Julius Sans One' ,sans-serif;
text-transform: uppercase;
color: black;
margin-left: 150px;
font-size: 15px;
}
#t3 {
font-family:;
color:;
font-size:;
margin-left:150px;
}
#t4 {
font-family:;
color:;
font-size:;
margin-left:150px;
}
#wrapper {
font-family: 'Special Elite' ,sans-serif;
color:black;
font-size: 30px;
text-align: center;
text-transform: capitalize;
text-shadow: 3px 3px 3px #858566;
}
#dapper {
font-family: 'Economica' ,sans-serif;
text-transform: capitalize;
color: black;
font-size: 20px;
text-align:justify;
}
#bear {
font-family: 'Economica' ,sans-serif;
text-transform: capitalize;
color: #E60000;
font-size: 23px;
text-align:justify;
}
#fish {
font-family: 'Economica' ,sans-serif;
text-transform: capitalize;
color: black;
font-size: 28px;
text-align:center;
}
ul {
list-style-type:none;
font-family: 'Economica' ,sans-serif;
text-transform: lowercase;
color: black;
font-size: 20px;
text-align:left;
}
.pic {
float:left;
margin:4px;
}
.up {
float:right;
margin:2px;}
#font {
font-family: 'Metal Mania' ,sans-serif;
text-transform: capitalize;
color: black;
font-size: 30px;
text-align:center;
}
#dust { font-family: 'Economica' ,sans-serif;
text-transform: capitalize;
color: black;
font-size: 20px;
text-align:left;
}
ol {
list-style-type:lower-roman;
font-family: 'Economica' ,sans-serif;
text-transform: capitalize;
color: black;
font-size: 20px;
text-align:left; }
h2 {
font-family: 'Special Elite' ,sans-serif;
text-transform: uppercase;
color: black;
text-indent: 10px;
font-size: 28px;
}
h3 {
font-family: 'Special Elite' ,sans-serif;
text-transform: uppercase;
color: black;
font-size: 20px;
text-align:left;
}
#hi {
font-family:;
color:;
font-size:;
margin-left:1px;
}
#page {
width: 1200px;
margin: 0px auto;
padding: 0px;
}
.post {
overflow: hidden;
background: #FFFFDB;
border-radius: 15px;
padding: 30px;
}
.entry {
padding: 0px 0px 0px 0px;
text-align: left;
}
<!DOCTYPE html>
<html>
<head>
<title>yb.hacker</title>
<link href='http://fonts.googleapis.com/css?
family=Julius Sans One:400,300' rel='stylesheet'
type='text/css'>
<link href='http://fonts.googleapis.com/css?
family=Special Elite|Satisfy' rel='stylesheet'
type='text/css'>
<link href='http://fonts.googleapis.com/css?
family=Economica:400,300' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" type="text/css" href="file.css"
media="all" />
<style>
a:link { font-family: 'Julius Sans One' ,sans-serif;
color:black;
text-decoration:none;
}
a:visited {
font-family: 'Julius Sans One' ,sans-serif;
color:black;
text-decoration:none;
}
a:hover {
font-family: 'Julius Sans One' ,sans-serif;
font-size:20px;
color:#FF1975;
text-decoration:none;
}
</style>
</head>
<body>
<hr>
<div id="page">
<div class="post">
<div class="entry">
<h1> yash bedi</h1>
<p id="tt">
<a href="index.html"><img src="images/home.jpg"
width="40" height="40"></a></p>
<p id="t1">
<a
href="http://www.facebook.com/yshu.rcks"><img
src="images/fb.jpg" width="40" height="40"></a></p>
<p id="t4">
<a
href="https://twitter.com/yash_bedi"><img
src="images/twitter.jpg" width="40"
height="40"></a></p>
<p id="t3">
<a href="https://github.com/yashbedi"><img
src="images/github.jpg" width="36"
height="36"></a></p>
<p id="t2">
I am a Computer Science<br>
undergrad currently in my<br>
sophomore year at echelon<br>
institute of technology</p><br>
<hr width=50% align=justify size=1>
<p id="wrapper">
let the hacking begin !</p>
<p id="dapper">
in the computer security context, a <b>hacker</b> is
someone who seeks and exploits weaknesses in a
computer system or computer network. Hackers may be
motivated by a multitude of reasons, such as profit,
protest, or challenge.The subculture that has evolved
around hackers is often referred to as the computer
underground and is now a known <b>community</b>.While
other uses of the word hacker exist that are not
related to computer security, such as referring to
someone with an advanced understanding of computers
and computer networks, they are rarely used in
mainstream context. In this controversy, the term
hacker is reclaimed by computer programmers who
argue that someone breaking into computers is better
called a <b>cracker</b>. i guess the definition of
<b>hacker</b> is clear n it is enough for the time being
,rest for the sake of this website <br>learn <b>level one
of ethical hacking by me ;)</b></p>
<p id="fish">
<center><a href="contentlist.html">click here to get
started</a></center></p>
<div class="pic">
<div>
<a href="http://www.facebook.com/yshu.rcks"><img
src="images/yb.png" width="100"
height="100"></a></div></div>
</div>
</div></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment