-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (73 loc) · 1.89 KB
/
index.html
File metadata and controls
91 lines (73 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BeeSoft</title>
<meta name="description" content="A Concept Software Website.">
<meta name="author" content="Ayush Shukla">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!------------/wrapper------------>
<div id="wrapper">
<!------------SVGBGAnimatio------------>
<div id="SVGWrap">
<div id="svgA"></div>
<div id="svgB"></div>
<div id="svgC"></div>
</div>
<!------------/SVGBGAnimatio------------>
<!------------logo------------>
<a id="logo" href="#wrapper">
<h1>BeeSoft</h1>
</a>
<!------------/logo------------>
<!------------intro------------>
<div id="intro">
<h1 id="s1">
<span>
Making digital
brand, product
elegent.
</span>
</h1>
<h1 id="s2">
<span>
Lorem ipsum dolor sit amet te tur adi.
</span>
</h1>
</div>
<!------------/intro------------>
<!------------nav------------>
<nav>
<span>
<a href="#s1"></a>
<a href="#s2"></a>
</span>
</nav>
<!------------/nav------------>
<!------------footer------------>
<footer>
<span id="insta">
<a href=""></a>
</span>
<span id="Behance">
<a href=""></a>
</span>
<h1 id="copyright">© 2021 BeeSoft</h1>
<a id="codeby" target="_blank" href="https://icodeayush.github.io/">Code By <span>iCodeAyush</span></a>
</footer>
<!------------/footer------------>
<!------------Lang------------>
<div id="Lang">
<span>
<a href="#Ru">Ru</a>
<a href="#En">En</a>
</span>
</div>
<!------------/Lang------------>
</div>
<!------------/wrapper------------>
</body>
</html>