-
Notifications
You must be signed in to change notification settings - Fork 0
/
miniprojectmodules.html
45 lines (42 loc) · 1.67 KB
/
miniprojectmodules.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
<!DOCTYPE html>
<html lang="en" class="modules">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mini Project Modules</title>
<link rel="stylesheet" href="miniprojectmain.css" type="text/css">
</head>
<body>
<header>
<nav>
<a href="index.html" class="bar">HOME</a>
<a href="miniprojectabout.html" class="bar">ABOUT US</a>
<a href="miniprojectrequirements.html" class="bar">SYSTEM REQUIREMENTS</a>
<a href="miniprojectmodules.html" class="bar">MODULES</a>
<a href="miniprojectcontact.html" class="bar">CONTACT US</a>
</nav>
</header>
<div class="moduleshead">
<h1 class="modulesdetailmainhead">Modules</h1>
</div>
<div class="topspacemodule"></div>
<div class="blockdetailmodule">
<div class="inlinedetailmodule">
Web Application like Visual Studio Code is used as a code editor.
</div>
<div class="inlinedetailmodule">
Languages like HTML, CSS, Javascript, ReactJS are used for designing and styling the frontend components of
the webpage.
</div>
<div class="inlinedetailmodule">
FlatIcon and FavIcon websites are used for importing icons and to improve the UI design.
</div>
<div class="inlinedetailmodule">
ColorHunt website is used for UI/UX designing and to improve the overall look.
</div>
<div class="inlinedetailmodule">
GitHub repository is used to store the code and host the website.
</div>
</div>
</body>
</html>