-
Notifications
You must be signed in to change notification settings - Fork 0
/
staticResources.html
108 lines (77 loc) · 4.94 KB
/
staticResources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>static Home</title>
<link rel = "stylesheet" href="css/static.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mina:wght@400;700&display=swap">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kumar+One&display=swap" rel="stylesheet">
</head>
<div class="header-container">
<div class="header-title">
<h1>Design Decolonization</h1>
</div>
<div class="navbar">
<ul>
<li><a href="index.html">Start</a></li>
<!--<li><a href="#">About</a></li>-->
<li><a href="staticResources.html">Resources</a></li>
</ul>
</div>
</div>
<body>
<div class="resources-content">
<!--resources content right now-->
<h2>Sources</h2>
<h3>Indian Art</h3>
<p>Tamil Nadu Mural Paints <a href="#">(from the Thirunandikkara cave)</a></br>
Bengal paintings <a href="https://indianartideas.in/blog/traditional-art/the-traditional-indian-art-from-kolkata-kalighat-paintings">(Kalighat Paintings)</a></br>
Rajasthan <a href="https://www.caleidoscope.in/art-culture/pichwai-paintings-an-elegant-folk-art-form-of-rajasthan">(Pichwai paintings)</a></br>
Madhya Pradesh <a href="https://ghoomophiro.com/mandana-art-of-madhya-pradesh-a-dying-beauty/">(Mandana Paintings)</a></p>
<h3>Colonial Period</h3>
<p>British in India <a href="https://www.theguardian.com/world/2021/jun/29/british-empire-india-amartya-sen">(An illustration of British soldiers capturing Bahadur Shah II, the last Mughal emperor, in 1857.)</a></br>
French in India image <a href="https://medium.com/history-in-bytes/three-french-cannons-and-diplomacy-which-started-the-colonization-of-india-battle-of-madras-b5db990789a6">(Surrender of Madars to French)</a></br>
Portuguese in India image <a href="https://www.worldhistory.org/image/14136/vasco-da-gama-arriving-at-calicut-india/">(painting showing the arrival of the Portuguese navigator Vasco da Gama to India)</a></p>
<h3>Post-Colonial</h3>
<p>MARG Magazine <a href="https://journals.openedition.org/abe/623?lang=es">(Issue No.1)</a></br>
Laurie Baker <a href="https://theprint.in/theprint-profile/laurie-baker-the-gandhi-of-indian-architecture-who-believed-in-local-sustainable-building/392195/">(Gandhi of Design)</a></p>
<h3>Culture Sensitive Design</h3>
<p>Indian Instiute of Management<a href="https://www.architectmagazine.com/project-gallery/indian-institute-of-management_1_o">(architect gallery)</a></br>
Meaning of Color in Indian Culture <a href="https://angelxie.medium.com/the-colorful-indian-culture-7b4eeafcf66f">(Medium)</a></br>
Ayurveda's link to Indian culture <a href="https://www.hindustantimes.com/lifestyle/health/ayurveda-closely-linked-to-respect-indian-culture-gives-to-environment-pm-modi-101615611162759.html">(Hindustan Times)</a></br>
A complete guide to Courtyards in Indian homes<a href="https://www.iiad.edu.in/the-circle/the-journey-of-courtyard-in-indian-homes/">(IIAD stories)</a></p>
<!--for the medium-->
<h2>Medium</h2>
<h3>HTML</h3>
<p>Layout and website structure<a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure">(mdn web docs)</a></br>
HTML div element tools (<a href="https://www.w3schools.com/html/html_div.asp">W3schools</a>)</p>
<h3>CSS</h3>
<p>CSS flexbox<a href="">(Youtube)</a></br>
Image Overlays <a href="">(Youtube)</a></br>
CSS animations <a href="">(Youtube)</a></p>
<!--
<h3>Javascript</h3>
<p>Javascript EventListeners</br>
</p>
<h3>Spline</h3>
-->
<!--addition resources if they are interested-->
<h2>Additional Resources</h2>
</div>
<div class="worksCited-container">
<object data="img/worksCited.pdf" type="application/pdf" width="600" height="800">
<p>It appears you don't have a PDF plugin for this browser. You can <a href="your-pdf-file.pdf">download the PDF file here.</a></p>
</object>
</div>
</body>
<div class="footer-wrapper">
<div class="bottom-right-credits">
<p><a href='https://pngtree.com/freepng/mandala-vector-illustration-in-black-and-white-design_5360580.html'>Mandala background image from pngtree.com/</a></br></br>
<a href="#top">Back to Top</a></p>
</div>
</div>
</html>