Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
<div class="level">


<div class="l1">

<div class="main">
<h1>Hackers Tribe Official Website</h1>
<h1> Hackers Tribe Official Website </h1>
</div>
<div class="l1">
<div class="dmain">
<h2> What we<strong> will learn</strong> in this course !!</h2>
<p class="p1">My name is Deep Choudhury<br>
<b>Contact me on my phone no :</b> <a href="+91 6294135066"target="_blank">+91 6294135066</a><br>
<b>Contact with us via E-mail :</b> <a href="mailto:[email protected]"target="_blank">[email protected]</a>
<b>Contact with us through e-mail :</b> <a href="mailto:[email protected]"target="_blank">[email protected]</a>

</p>
</div>
Expand All @@ -30,6 +31,8 @@ <h2> What we<strong> will learn</strong> in this course !!</h2>
<div class="p420"> <p> This is hackers tribe logo<br></div></p>
</div>
<div class="l4">Notice Board</div>
<div class="noticeboard"> </div>


<div class="clear"></div>
<div class="l2">
Expand Down Expand Up @@ -93,7 +96,7 @@ <h3> Facts about Cyber Security </h3>
<option value="Bg">Bangladesh</option>
<option value="Pk">Pakistan</option>
<hr>
<p>Hello I am Deep . My father name is Debabrata Choudhury. My mother Name is Monika Choudhury. We are only for NGO perpouses if you want to join our community then please give us only 50 rs per month .... Thank you</p>
<p>Hello I am Deep . My father name is Debabrata Choudhury. My mother Name is Monika Choudhury. We are only for NGO purpose, if you want to join our community then please give us only 50 rs per month .... Thank you</p>
</details>
</form>
</div>
Expand All @@ -102,13 +105,13 @@ <h3> Facts about Cyber Security </h3>
<h2>Here is the 2nd heading</h2>

<p class=p3>
We didn't support any <u>illigal activities</u>.<br>
We are here for security purposes only.
We don't support any <u>illegal activities</u>.<br>
We are here for security purpose only.
</p>

<p class="id1">
Here we are discussing about what security you needed to be safe on the Internet <br>
We are discussing of security and if you need any support please contect to our security pages.
Here we discuss about the security measures needed to stay safe on the Internet.
If you need any support please contact us via our security page.
</p>

</div>
Expand Down
46 changes: 35 additions & 11 deletions makeover.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}


h1,h2
h1
{
font-family: cursive;
font-family: verdana;
}

h1
Expand Down Expand Up @@ -54,7 +54,7 @@ h3{
}
.id1
{
font-size: 30px;
font-size: 20px;

}
.level
Expand All @@ -70,8 +70,9 @@ h3{
}
.l1
{
background-color: aqua;
background-color: #a56cc1;
width:75%;
height: 850px;
float: left;
border-top: 3px solid;
border-left: 3px solid;
Expand All @@ -81,14 +82,28 @@ h3{
}
.l4
{
background-color: gold;
background-color: #3d5af1;
width: 25%;
float: left;
padding-left: 100px;
height:50px;
float: right;
padding-left: 80px;
border-top: 3px solid;
border-right: 3px solid;
border-bottom: 3px solid;
}
.noticeboard
{
width: 25%;
background-color: #e2f3f5;
float: right;
height:800px;
border-right: 3px solid;



}


.img
{
margin-left:0px;
Expand All @@ -97,9 +112,18 @@ h3{

}
.main
{
margin-left: 200px;
margin-right: auto;
{

background-color: aqua;
border-top: 3px solid;
border-left: 3px solid;
border-right: 3px solid;
width: 100%;
padding-left: 15px;
padding-bottom: 15px;
padding-top: 15px;
float: left;
text-align: center;
}
.l3
{
Expand Down Expand Up @@ -146,4 +170,4 @@ h3{
p{
font-size: 18px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
}