-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhuman-story.html
85 lines (80 loc) · 4.59 KB
/
human-story.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
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<title>about us</title>
<meta name="title" content="about us">
<meta name="description" content="planetchaos studio about us - a place to explore ideas by techedlaksh">
<!-- Google -->
<meta name="description" content="planetchaos studio about us - a place to explore ideas by techedlaksh">
<meta name="keywords" content="laksh arora studio, about us, planetchaos, studio, artwork, software, generative art, editing, 3d, videography, photography, creative, design">
<meta name="author" content="Laksh Arora">
<meta name="copyright" content="Laksh Arora">
<meta name="application-name" content="">
<!-- Facebook -->
<meta property="og:url" content="https://planetchaos.studio/place.html">
<meta property="og:type" content="website">
<meta property="og:title" content="planetchaos studio about us">
<meta property="og:description" content="planetchaos studio about us - a place to explore ideas by Laksh Arora, techedlaksh">
<meta property="og:site_name" content="planetchaos studio about us">
<meta property="og:image" content="">
<meta property="og:image:width" content="1080">
<meta property="og:image:height" content="1080">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="planetchaos studio about us">
<meta property="twitter:url" content="https://planetchaos.studio/place.html">
<meta property="twitter:site:id" content="techedlaksh">
<meta property="twitter:creator" content="techedlaksh">
<meta property="twitter:creator:id" content="techedlaksh">
<meta property="twitter:title" content="planetchaos studio about us">
<meta property="twitter:description" content="planetchaos studio about us - a place to explore ideas by Laksh Arora, techedlaksh">
<meta property="twitter:image" content="">
<meta property="twitter:image:width" content="1080">
<meta property="twitter:image:height" content="1080">
<meta property="twitter:image:alt" content="planetchaos studio about us">
<link rel="stylesheet" type="text/css" href="stylesheets/base.css">
<link rel="stylesheet" type="text/css" href="stylesheets/place.css">
</head>
<body>
<div class='aboutus-container'>
<!-- <div class="main-child"> -->
<!-- <span class="text-child"> -->
<!-- <div id="home"><a href="index.html"><span>PlanetChaos Studio</span></a></div> is a <a href="place.html"><span id="place">place</span></a> for <a href=""><span id="ideas">ideas</span></a> to be <a href="explore.html"><span id="explore">explored</span></a>. -->
<!-- </span> -->
<!-- </div> -->
<!-- <div class="main-child"> -->
<!-- <span class="text-child"> -->
<!-- We are a creative unit that work towards the goal of bringing life to the ideas through the medium best suited. -->
<!-- </span> -->
<!-- </div> -->
<!-- <div class="main-child"> -->
<!-- <span class="text-child"> -->
<!-- Founded by <a href="https://lak.sh"><span id="name">Laksh Arora</span></a> and hosted over internet, collaborating with people around the world. -->
<!-- </span> -->
<!-- </div> -->
<!-- <div class="main-child"> -->
<!-- <span class="text-child"> -->
<!-- Curious? <a href="mailto:[email protected]"><span id="talk">Let's talk.</span></a> -->
<!-- </span> -->
<!-- </div> -->
<div class="main-child">
<span class="text-child">
Human story is a project about a tiny piece of people's life put together in a short video.
</span>
</div>
<div class="main-child">
<span class="text-child">
<a href="index.html"><span id="name">Go Home</span></a>
</span>
</div>
</div>
</body>
</html>