-
Notifications
You must be signed in to change notification settings - Fork 0
/
inner-page.html
142 lines (133 loc) · 4.19 KB
/
inner-page.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Inner</title>
<link rel="stylesheet" href="css/inner-page.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="js/script.js" defer></script>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/5fdc9b4c36.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav>
<a href="#"
><img
src=" https://demo.themefisher.com/godocs-bootstrap/images/logo.png"
alt="Logo"
/></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="search-result.html">Search Page</a></li>
</ul>
<form action="search-result.html">
<input type="text" name="search" placeholder="Search Here..." />
</form>
<a id="first-button" href="#">Changelog</a>
<a id="sec-button" href="#">Contact</a>
</nav>
</header>
<div class="container">
<div class="f-content">
<h4>Basic Startup</h4>
<ul>
<li><a href="elements.html">Elements</a></li>
<li><a href="elements.html">Installation</a></li>
<li><a href="elements.html">Configuration</a></li>
<li><a href="elements.html">Customization</a></li>
<li><a href="elements.html">Requirements</a></li>
<h3> Account Bill </h3>
<h3> Our Features </h3>
<h3> Theme Facility </h3>
</ul>
</div>
<div class="s-content">
<h2> Basic Startup </h2>
<div class="line"> </div>
<div class="image-holder">
<img
src="https://demo.themefisher.com/godocs-bootstrap/images/getting-started.jpg"
alt="cartoon holding a pencil"
/>
</div>
<p>
Most of the documentation site are looks identical. Thats why we take
an
<br />initiative to make something different and bring some new
concept with <br />
minimal design. Meet Godocs , a documentation and knowledge based
<br />
website template. It can be used for software, API, frameworks,
plugins and <br />
templates online documentation website building.
</p>
<div class="bottom-links">
<div
><i class="fa-solid fa-arrow-left fa-xl"></i> <a
href="#"
>Hugo documentation theme</a
></div
>
<div
><a href="#">Requirments</a> <i
class="fa-solid fa-arrow-right fa-xl"
></i
></div>
</div>
</div>
</div>
<footer>
<div class="nav">
<ul>
<li><a href="#">Changelog</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Search</a></li>
</ul>
</div>
<div class="logo-holder">
<a href="#"
><img
src=" https://demo.themefisher.com/godocs-bootstrap/images/logo.png"
alt="Logo"
/></a>
</div>
<div class="social-media-icons">
<div
><a href="#"
><i
class="fa-brands fa-facebook fa-xl"
style="color: #ffffff"
></i></a
></div>
<div>
<a href="#"
><i class="fa-brands fa-x-twitter fa-xl" style="color: #ffffff"></i
></a>
</div>
<div>
<a href="#"
><i class="fa-brands fa-github fa-xl" style="color: #ffffff"></i
></a>
</div>
<div>
<a href="#"
><i class="fa-brands fa-linkedin fa-xl" style="color: #ffffff"></i
></a>
</div>
</div>
</footer>
<hr />
<div class="copyright">
<small>Copyright © 2024 web by tony</small>
</div>
</body>
</html>