-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsfields.html
More file actions
50 lines (50 loc) · 1.8 KB
/
Copy pathcsfields.html
File metadata and controls
50 lines (50 loc) · 1.8 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CSE</title>
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="cssStyles/cs.css">
<style media="screen">
body{
background-image: url(images/cspagebg.jpg);
border-style: solid;
border-width: 10px;
text-align: center;
padding-bottom: 20px;
margin: 0;
}
h1{
color: green;
font-family: cursive;
}
h2{
padding-top: 10px;
padding-bottom: 10px;
color: red;
font-family: cursive;
}
</style>
</head>
<body>
<h1>CS Fields</h1>
<h2>Competitive Programming</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Competitive_programming">Click here</a>
<h2>Cryptography</h2>
<a class="btn" href="https://searchsecurity.techtarget.com/definition/cryptography">Click here</a>
<h2>Machine Learning</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Machine_learning">Click here</a>
<h2>Deep Learning</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Deep_learning">Click here</a>
<h2>Web Development</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Web_development">Click here</a>
<h2>Android development</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Android_software_development">Click here</a>
<h2>Software Development</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Software_development">Click here</a>
<h2>Computer architecture</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Computer_architecture">Click here</a>
<h2>Quantum Computing</h2>
<a class="btn" href="https://en.wikipedia.org/wiki/Quantum_computing">Click here</a>
</body>
</html>