-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaditi2.html
154 lines (133 loc) · 6.08 KB
/
aditi2.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
143
144
145
146
147
148
149
150
151
152
153
154
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173464330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173464330-1');
</script>
<title>Artwork - BAY4J</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='icon' href='images/favicon6.png' type="">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body style="background-color: white;">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- .site-mobile-menu -->
<!-- NAVBAR -->
<script language="javascript" type="text/javascript" src="header.txt"></script>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section"
style="background-image: url('images/artworks.jpg');">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-11 text-center">
<h1 style="font-family:'Josefin Sans', sans-serif;font-size:60px;color:#EED7A3;font-weight:10">
Envisioning Future Chaos</h1>
<h4 style="font-family:'Josefin Sans', sans-serif;font-size:40px;color:#ffbfec;font-weight:10">
By Aditi Poddar</h4>
<div class="mx-auto w-75">
<p></p>
</div>
</div>
</div>
</div>
<a href="#next-section" class="scroll-button smoothscroll">
<span style="color: black;" class=" icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section" id="next-section" style="padding-top: 30px;">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 style="font-family:'Josefin Sans', sans-serif; color:#EED7A3;" class="section-title mb-3"><a href=""
style="font-family:'Josefin Sans', sans-serif; color:#E8AC2A; text-decoration: none;">Envisioning Future
Chaos</a></h2>
<h2 style="font-family:'Josefin Sans', sans-serif; color:#EED7A3;" class="section-title mb-3"><a href=""
style="font-family:'Josefin Sans', sans-serif; color:#eb8fcf; text-decoration: none;">By
Aditi Poddar</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-8 blog-content" style="color:black">
<img src="images/aditi2.jpg" width="100%" height="auto">
</div>
<div class="col-md-4 sidebar pl-md-5">
<div class="sidebar-box">
<h3 style="color:#eb8fcf">Description</h3>
<p style="color:black">In this piece, the human touch upon nature is depicted through the eyes of an owl.
One eye sees a future of global
warming, while the other eye envisions a future of protecting our planet.</p>
</div>
<div class="sidebar-box">
<h3 style="color:#eb8fcf">Original</h3>
<p style="color:black"><a style="color:black" target="_blank"
href="https://www.instagram.com/p/CBO6JOJJKSJ/"><u>Click here</u></a> to see original post.</p>
</div>
<div class="sidebar-box">
<img src="images/aditi.jpg" alt="Image placeholder" style="border: 2px solid #eb8fcf;"
class="img-fluid mb-4 w-50 rounded-circle">
<h3 style="color:#eb8fcf">About the Artist</h3>
<p style="color:black">17, Homestead High School<br>Sunnyvale, CA</p>
<p style="color:black">I enjoy expressing my thoughts by connecting real-world issues to meaningful
pictures. With the
rise of education
regarding both community and humanitarian issues, my new goal is to portray these topics and social
movements
through my
artwork to raise awareness.</p>
<div class="social mt-4">
<a target="_blank" href="https://www.instagram.com/artbyadt/"><span class="icon-instagram"></span></a>
</div>
</div>
<div class="sidebar-box">
<h3 style="color:#eb8fcf"> Date</h3>
<p style="color: black">July 23, 2020</p>
</div>
<div class="sidebar-box">
<h3 style="color:#eb8fcf"> Medium</h3>
<p style="color: black">Color Pencil</p>
</div>
</div>
</div>
</div>
</section>
<script language="javascript" type="text/javascript" src="footer.txt"></script>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>