-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
111 lines (102 loc) · 6.05 KB
/
blog.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
<!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" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/MainLogo.png"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/scss/style.css" />
<title>Zellan Creative and Cultural Center</title>
</head>
<body>
<section class="menu">
<div class="hamburger">
<div class="hamburger__line"></div>
<div class="hamburger__line hamburgerSecondLine"></div>
<div class="hamburger__line"></div>
</div>
<nav class="nav">
<ul class="nav-links">
<li><a href="./index.html" class="nav-select"><span>Home</span><span>Home</span></a></li>
<li><a href="./thespace.html" class="nav-select"><span>The space</span><span>The space</span></a></li>
<li><a href="./blog.html" class="nav-select"><span>Blog</span><span>Blog</span></a></li>
<li><a href="https://www.amazon.com/s?i=digital-text&rh=p_27%3AZellan+Creative+and+Cultural+Centre&s=relevancerank&text=Zellan+Creative+and+Cultural+Centre&ref=dp_byline_sr_ebooks_2" target="_blank" class="nav-select"><span>Ebooks</span><span>Ebooks</span></a></li>
<li><a href="https://www.instagram.com/zellancreatives/channel/" target="_blank" class="nav-select"><span>Podcasts/Videos</span><span>Podcast/Videos</span></a></li>
</ul>
<img src="images/Canopy Chick.png" alt="" class="imgCanopy" />
</nav>
</section>
<div class="blogContainer">
<section class="logoBlog">
<img src="images/fist.jpg" alt="" class="logo__image" />
</section>
<section class="container_article_text">
<div class="article_logo_text ">
<h1>BLOG</h1>
<h3>By our<br />Creatives</h3">
</div>
</section>
<section class="article">
<div class="article__whatTo"><h1>Our</br><span>Articles</span></h1></div>
<a href="./articles/re-strategizing_Zellan.html">
<div class="article__txt"><img class="article__Art" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>Re-Strategizing Zellan</p></div>
</a>
<a href="./articles/articleAmharic1.html">
<div class="article__txt"><img class="article__Content" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>የትዝታዬ ትዝታ በሙዚቃ</p></div>
</a>
<a href="./articles/articleAmharic2.html">
<div class="article__txt"><img class="article__Event" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>ፊልሞቻችንን እወቅሳሁ!</p></div>
</a>
<a href="./articles/articleAmharic3.html">
<div class="article__txt"><img class="article__Workshop" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>ሃቅ ሃቁን እናውራ?</p></div>
</a>
<a href="./articles/EthiopianTextileReforms.html">
<div class="article__txt"><img class="article__Artisan" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>Who is benefitting from the Ethiopian Textile reforms?<p></div>
</a>
<a href="./articles/articleAmharic4.html">
<div class="article__txt"><img class="article__Film" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>የጥበብ ሰው ብቻውን የሆነ ጊዜ</p></div>
</a>
<a href="./articles/articleAmharic5.html">
<div class="article__txt"><img class="article__Hub" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>Covid-19 የጥበቡ ዓለም ፈተና</p></div>
</a>
<a href="./articles/timesOfCorona.html">
<div class="article__txt"><img class="article__Art" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>Creativity in times of Corona</p></div>
</a>
<a href="./articles/undervaluingCreatives.html">
<div class="article__txt"><img class="article__Content" src="images/expectPattern.png" onmouseover="this.src='images/fist.jpg';" onmouseout="this.src='images/expectPattern.png';" alt="Ethiopian aesthetics inspired pattern">
<p>Undervaluing Ethiopian Creatives</p></div>
</a>
</section>
<!-- For Parallax Scrolling -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"
integrity="sha512-cdV6j5t5o24hkSciVrb8Ki6FveC2SgwGfLE31+ZQRHAeSRxYhAQskLkq3dLm8ZcWe1N3vBOEYmmbhzf7NTtFFQ=="
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/plugins/animation.gsap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js"></script>
<script src="js/hamburger.js"></script>
<script src="js/meaning.js"></script>
<script src="js/parallax.js"></script>
<script src="js/article.js"></script>
</body>
</html>