-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (63 loc) · 2.15 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
<!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" />
<meta name="keywords" content="AWS, GIT, DIGITAL OCEAN, React js" />
<meta name="description" content="Important Documentation for developer" />
<meta name="author" content="MD. MOINUL HOSSAIN" />
<title>Developer Documentation</title>
<link rel="icon" type="image/x-icon" href="./Images/favicon.ico" />
<link rel="stylesheet" href="./style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
</head>
<body>
<div class="sidenav tab">
<button
class="tablinks"
onclick="openContent(event, 'Documentation')"
id="defaultOpen"
>
Documentation
<hr />
</button>
<button class="tablinks" onclick="openContent(event, 'AWS')">AWS</button>
<button class="tablinks" onclick="openContent(event, 'GIT')">GIT</button>
<button class="dropdown-btn">Digital Ocean ▼</button>
<div class="dropdown-container">
<button class="tablinks" onclick="openContent(event, 'ReactNode')">
Nodejs/React
</button>
<button href="#">Static Website</button>
<button href="#">WordPress</button>
<button href="#">PHP/MySql</button>
</div>
</div>
<!-- <div class="main">
</div> -->
<div class="main">
<div id="Documentation" class="tabcontent">
<span>
<h1>Hello Developer! 👋</h1>
<h3>Welcome to the World. 👨🏻💻</h3>
</span>
<span class="github_icon"
><a href="https://github.com/mdmoinulhossain" target="_blank"
><i class="bi bi-github"></i></a
></span>
</div>
<div id="AWS" class="tabcontent">
<h3>AWS</h3>
</div>
<git-comp></git-comp>
<react-node></react-node>
</div>
<script src="./reactNode.js"></script>
<script src="./github.js"></script>
<script src="./script.js"></script>
</body>
</html>