-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (168 loc) · 5.58 KB
/
index.html
File metadata and controls
168 lines (168 loc) · 5.58 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!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="description"
content="A stunning all-in-one template for organising your codes and hosting
them on the web."
/>
<meta
property="og:title"
content="Create your own Webository with lazyCode"
/>
<meta property="og:site_name" content="lazyCode | Your own Webository" />
<meta
property="og:description"
content="A stunning all-in-one template for organising your codes and hosting
them on the web."
/>
<meta property="og:image" content="./Assets/Images/lazyCatPreview.png" />
<meta property="og:url" content="https://lazycodetemplate.netlify.app" />
<link rel="icon" type="image/svg" href="./Assets/Images/lazyCodeLogo.svg" />
<!-- <link rel="icon" href="/favicon.ico" sizes="any"> 32×32 -->
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml"> -->
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png"> 180×180 -->
<title>lazyCode | Your own Webository</title>
<link rel="stylesheet" href="./Styles/index.css" />
<script defer src="./Scripts/index.js"></script>
</head>
<body>
<a name="top"></a>
<header>
<img
src="./Assets/images/lazyCodeLogo.svg"
alt="Logo of lazyCode in the navigation bar"
class="lazyCodeLogoHeader"
/>
<nav>
<ul>
<li><a href="#about">About()</a></li>
<li><a href="#docs">Docs()</a></li>
<li>
<a
href="https://github.com/encodeArnab/lazyCode"
target="_blank"
rel="noreferrer"
>GitHub()</a
>
</li>
</ul>
<div class="mobileNavigationButton">
<a>openMenu() <strong> >_</strong></a>
</div>
</nav>
</header>
<main>
<article class="heroSection">
<section class="heroSectionLeftColumn">
<h1 class="headerLine">
No more keeping your <span> valuable codes </span> in shady Github
repositories.
</h1>
<h2>Create your own</h2>
<h1 class="headingText"><span> Webository() </span></h1>
<button>Create <span>Webository()</span></button>
<button>View <span>Demo()</span></button>
</section>
<img
src="./Assets/Images/lazyCat.svg"
alt="A lazy cat snoozing next to its laptop"
class="lazyCatImage"
/>
</article>
<article id="about">
<h1 class="lazyCodeWelcome">Welcome to lazy<span>Code</span>,</h1>
<p class="lazyCodeDescription">
A stunning all-in-one <span>template</span> for organising your codes
and hosting them on the web.
</p>
</article>
<article class="simpleMinimalWrapper">
<h1><span>Simple</span> & Minimal</h1>
<p>
This <span>simple</span> but <span>appealing design</span> template
will help you <span>focus</span> and <span>keep track</span> of all of
the code files.
</p>
</article>
<article class="codersDelightWrapper">
<img
src="./Assets/Images/codeTerminal.svg"
alt="A well written code snippet in a terminal"
class="codeTerminalImage"
/>
<h1>Coders’ <span>Delight</span></h1>
</article>
<article class="openSourceWrapper">
<div class="openSourceTextWrapper">
<h1><span>Open</span> Source</h1>
<p>
The project is <span>open to contribution</span>, be our next
<span>cool contributor</span>.
</p>
</div>
<section class="openSourceButtons">
<a href="https://github.com/encodeArnab/lazyCode"
><button>viewCode(<span>onGitHub</span>)</button></a
>
<a href="https://github.com/encodeArnab/lazyCode/discussions"
><button>giveFeedback(<span>onGitHub</span>)</button></a
>
</section>
</article>
</main>
<footer>
<img
src="./Assets/images/lazyCodeLogo.svg"
alt="Logo of lazyCode in the footer"
class="lazyCodeLogoFooter"
/>
<a href="#top" class="scroll"
><img src="./Assets/images/scrollUp.svg" />
<h6>Back to Top</h6>
</a>
<div class="footerLinksColumnWrapper">
<div class="footerLinksColumnOne">
<ul>
<li>
<a href="https://github.com/encodeArnab/lazyCode/discussions"
>giveFeedback()</a
>
</li>
<li>
<a
href="https://github.com/encodeArnab/lazyCode/blob/main/README.md"
>readDocs()</a
>
</li>
<li><a href="">projectDemo()</a></li>
</ul>
</div>
<div class="footerLinksColumnTwo">
<ul>
<li>
<a
href="https://github.com/encodeArnab/lazyCode/graphs/contributors"
>ourContributers()</a
>
</li>
<li>
<a
href="https://github.com/encodeArnab/lazyCode/blob/main/CONTRIBUTING.md"
>toContribute()</a
>
</li>
<li>
<a href="https://github.com/encodeArnab/lazyCode"
>projectSourceCode()</a
>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>