-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhatIsArt.html
118 lines (114 loc) · 7.29 KB
/
whatIsArt.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
<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Chloe Coon | Art</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Note: The "styleN" class below should match that of the banner element. -->
<header id="header" class="alt style2">
<a href="index.html" class="logo"
><strong>Chloe Coon</strong> <span>E-Portfolio</span></a
>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="chemistry.html">Chemistry</a></li>
<li><a href="lifeSciences.html">Life Sciences</a></li>
<li><a href="psychology.html">Psychology</a></li>
<li><a href="art.html">Art</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h2>Module 1 Discussion: What is Art?</h2>
</header>
<p>
Art can be and mean many things, it just depends on who you ask, but there is no wrong answer. The purpose of Art is to provide beauty which gives us hope, and comfort by showing us we aren’t alone. Art gives us balance people tend to be more attracted to art that provides them with something that they’re missing and need filled. Art provides the world with something to appreciate, it gives class, luxury, fame, and value to things. Art can be propaganda for important matters, it motivates towards a cause. There are many styles and opinions behind art, art is freedom of speech, art is expression and if someone gives it value and appreciates it others shouldn’t destroy it just because they don’t appreciate it. Not everyone needs to agree on something, that’s the beauty of art there’s something for everyone.
<p>
<br />
Art started out to advertise and express religion specifically Christianity. Throughout time art has evolved into much more than that, now art can be about anything, and it can be used to express, advertise, or promote anything. Many feel as though modern art is creating trends that are diminishing the importance and “rules” behind classical art. I don’t understand the purpose or beauty behind some modern art, anything that I could easily do myself doesn’t impress me. Art that I find impressive are things that amaze me, things that scream individual talent that is so unique it is hard to copied by others. Something that I couldn’t do myself something that takes time and effort. Art can be expensive, and it needs to be something worth paying for. I may be old fashion in that sense of where I place value on art. This is art I would be willing to pay for, I think it is important to support art you enjoy because that raises the value and that will continue the creation of that art. If you are passionate about art, seek out art you enjoy and support it. Destroying art, you don’t agree with is wrong to others ignore that art and focus on art you love. Art shouldn’t be an argument of right and wrong art should be freedom.
</p>
<br />
<img style="width: 100%;" src="/images/artGallery/whatIsArt.jpg" alt="">
<br/>
<br>
<p>
<strong>Comments</strong>
</p>
<p>
Jared, I agree with you I also don't think you need to have a lot of background knowledge to be able to appreciate and enjoy something. Art is so broad it is almost impossible to define, yet it is a simple answer to what art is, it is also not some simple for many people when it is deeply thought out. Art kind of reminds me of religion there so many different kinds and it is hard to define. I also agree with you we will always be asking what art is and in the future who knows what art is yet to come and what art will stay.
</p>
<br />
<p>
I 100% agree Skylar I loved that you said art could never be good or bad, that is so important to me, and many don't think the same way, many want to ban what they don't like, and I find that sad. I liked that you pointed out you aren't obligated to consider everything as art that is also so important to understand. It is fun to try and understand what the artist was trying to say with their art. I am the same way I enjoy many different types of art there is really a rhyme or reason to what I like, it's just what speaks to me.
</p>
<br/>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li>
<a href="#" class="icon brands alt fa-facebook-f"
><span class="label">Facebook</span></a
>
</li>
<li>
<a href="#" class="icon brands alt fa-instagram"
><span class="label">Instagram</span></a
>
</li>
<li>
<a href="#" class="icon brands alt fa-linkedin-in"
><span class="label">LinkedIn</span></a
>
</li>
</ul>
<ul class="copyright">
<li>© Chloe Coon</li>
<li>
Design: <a href="https://html5up.net">HTML5 UP</a>
</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>