forked from arnabiscreating/lazyCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 3.25 KB
/
index.html
File metadata and controls
115 lines (115 loc) · 3.25 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
<!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" />
<title>lazyCode</title>
<link rel="stylesheet" href="./Styles/index.css" />
</head>
<body>
<div class="nav">
<div class="nav-child nav-child1">
<img src="../Assets/images/lazycode.svg" alt="" class="logo" />
</div>
<div class="nav-child nav-child2">
<a>About()</a>
<a>Docs()</a>
<a>GitHub()</a>
</div>
</div>
<div class="hero">
<div class="hero-child hero-child1">
<p class="main main1">
No more keeping your
<span
>valuable<br />
codes</span
>
in shady Github <br />repositories.
</p>
<div class="main main2">
<h2>Create your own</h2>
<h1>Webository()</h1>
</div>
<div class="main main3">
<a><span>Create</span>   Webository()</a>
<a><span>View</span>   Demo()</a>
</div>
</div>
<div class="hero-child hero-child2">
<img src="./Assets/Images/lazyCat.svg" />
</div>
</div>
<div class="section1">
<p>
<span class="inc">Welcome to lazy<span class="blue">Code</span></span
>,<br />
A stunning all-in-one <span class="blue">template</span> for organising
your codes and<br />
hosting them on the web.
</p>
</div>
<div class="section2">
<div class="section2-child1">
<h1>
Simple &<br />
<span>Minimal</span>
</h1>
</div>
<div class="section2-child2">
<p>
This <span>simple</span> but<br />
<span>appealing design</span><br />
template will help<br />
you <span>focus</span> and<br />
<span>keep track</span> of all<br />
of the code files.
</p>
</div>
</div>
<div class="section3">
<img src="./Assets/Images/codeTerminal.svg" alt="image" />
<h1 class="absolute"><span>Coders’</span> <br />Delight</h1>
</div>
<div class="section2">
<div class="section2-child1">
<h1>
Open<br />
<span>Source</span>
</h1>
</div>
<div class="section2-child2">
<p>
The project is <br />
<span>open to</span> <br />
<span>contribution,</span><br />
be our next
<span
>cool <br />
contributor.</span
>
</p>
</div>
</div>
<div class="section4">
<a><span>View  </span> Code<span class="git">(onGitHub)</span></a>
<a><span>Give  </span> Feedback<span class="git">(onGitHub)</span></a>
</div>
<div class="footer">
<div class="nav-child nav-child1">
<img src="./Assets/Images/lazyCodeLogo.svg" alt="" class="logo" />
</div>
<div class="child1 child">
<a>giveFeedback()</a>
<a>readDocs()</a>
<a>toContribute()</a>
</div>
<div class="child2 child">
<a>ourContributers()</a>
<a>projectDemo()</a>
<a>projectSourceCode()</a>
</div>
</div>
</body>
</html>