-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (58 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NSS22</title>
<link rel="stylesheet" href="style.css">
<script src="./app.js"></script>
<body>
<nav class="bar">
<ul id="container">
<li><a href="#know-about-the-internet">Know about the Internet</a></li>
<li><a href="#What-are-scams">What are scams</a></li>
<li><a href="#How-to-Be-safe-in-Internet">How to Be safe in Internet</a></li>
<li><a href="NSS22-helpline"></a>NSS22-helpline</li>
<li id="button"><a href="https://www.cybercrime.gov.in/"> <b>Get Help</b> </a></li>
</ul>
</nav>
<header id="Project"><img src="https://th.bing.com/th/id/OIP.UqfguZDQVNYyOcCLkk7j_QHaEL?w=283&h=180&c=7&r=0&o=5&dpr=1.25&pid=1.7" alt="header" > <h1 id="first-line"> Millions of people are Scamed each year</h1> <br>> </header>
<br>
<div id="know-about-the-internet">
<h1>Know About The Internet</h1> <br>
<img src="https://th.bing.com/th/id/OIP.6cdxfGN3_kfJhgJQB0yFLAHaD4?pid=ImgDet&rs=1" alt="Internet">
<p>The Internet (or internet)[a] is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. <br>
It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, <br>
linked by a broad array of electronic, wireless, and optical networking technologies.</p>
<div id="internetbutn" class="know"> Know-More </div>
</div><br>
<div id="What-are-scams">
<h1>What are Scams</h1>
<img src="https://th.bing.com/th/id/OIP.5niLQOeRCA9NBctXhJ6TTwHaE2?pid=ImgDet&rs=1" alt="Scams">
<p>A scam is a term used to describe any fraudulent business or scheme that takes money or other goods from an unsuspecting person. <br>
With the world becoming more connected thanks to the Internet, online scams have increased, <br>
and it's often up to you to help stay cautious with people on the Internet.</p>
<div id="scambutn" class="know"> Know-More </div>
</div> <br>
<div id="Safety">
<h1>Safety In The Internet</h1>
<img src="https://th.bing.com/th/id/OIP.f5J0FwdViabVK2lzYupk_AHaEL?w=317&h=180&c=7&r=0&o=5&dpr=1.25&pid=1.7" alt="Internet-Safety"> <br>
<p>To be safe on the Internet, keep your social media profiles private so that strangers can't easily find your personal information online.
<br> When you shop online, make sure the website you're ordering from has a small lock icon in the URL field, <br>
which means it's secure and your info won't get stolen.</p>
<div id="safetybtn" class="know"> Know-More </div>
</div> <br>
<footer id="no-scam"> <br>
<h1><b>Don't fall into any Scams!</b></h1> <br>
<p>Contact this Helpline if you have any queries <br>
866-642-0444.
</p>
</footer> <br>
<br>
<div class="bar">
<p>Made with 💛 by ProGrad Junior, Vishrut.M.Krishna
</p>
</div>
</body>
</html>