-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDomain1.html
43 lines (35 loc) · 1.25 KB
/
Domain1.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
<!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" />
<link rel="stylesheet" href="Assets/css/Domain1.css" />
<title>Problem Statement</title>
</head>
<body>
<nav class="navbar" style="margin-bottom: 38px">
<img class="logo" src="Assets/images/logo.png" alt="SSIT LOGO" />
</nav>
<div class="container">
<div class="projects">
<h2 class="title">
DOMAIN 1
</h2>
<div class="wrapper">
<div class="card">
<h3 class="card-title">Problem Stmt 1</h3>
<p class="card-content">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a
piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
</div>
</div>
<div class="wrapper">
<div class="card">
<h3 class="card-title">Problem Stmt 2</h3>
<p class="card-content">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a
piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
</div>
</div>
</div>
</body>
</html>