-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (70 loc) · 3.79 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Voltaire&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>Digital Archive</title>
</head>
<div id="title">
<div id="header">
LADY GAGA
</div>
<div id="subheader">
Digital Archive
</div>
<div id="button-div">
<button type="button" class="btn btn-default down-button" onclick="scrollDown()">
<i class="fa fa-chevron-down"></i>
</button>
</div>
<div id="menu">
<a href="index.html">Home</a>
<a href="gallery.html">Gallery</a>
<a href="rationale.html">Rationale</a>
<a href="bibliography.html">Bibliography</a>
</div>
</div>
<body>
<div id="index-body">
<div id="spacer">
</div>
<div id="small-spacer"> </div>
<div id="intro">
<div id="intro-content">
<div id="intro-header">
DIGITAL ARCHIVE INTRODUCTION
</div>
Stefani Joanne Angelina Germanotta, known by her performance name Lady Gaga, has captivated audiences since the release of her debut album, "The Fame" in 2008.
Known for her chart-topping singles, edgy music videos, and often preposterous red carpet fashion, Gaga has been a fixture of pop culture for over a decade.
Woven through her public persona and performances are both overt references to Catholicism and pervasive religious imagery.
Lady Gaga's Catholic upbringing and enduring personal faith color how she sees the world around her and how she incorporates different Catholic themes into her work.
Despite religious controversy and public backlash to her more pointed religious references, some Catholics, like Gaga herself, appreciate her use religion as an artistic device and embrace her message of religious acceptance.
By using Catholic symbols in her work and acting as an interpreter for religious principles, Lady Gaga has become a religious authority herself, one that is often at odds with traditional Catholic leaders but presents a hopeful, accepting vision of faith.
<br>
<br>
A playlist of all songs referenced or included in the archive is included on this page. To view all archive materials, visit the Gallery page!
</div>
<div id="stack">
<div class="image">
<!-- https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.promonews.tv%2Fvideos%2F2010%2F06%2F09%2Flady-gaga%25E2%2580%2599s-alejandro-steven-klein%2F5335&psig=AOvVaw03aNmmLaXxMUs6StC8tuvJ&ust=1621226009559000&source=images&cd=vfe&ved=0CA0QjhxqFwoTCOjpvNivzfACFQAAAAAdAAAAABAD -->
<img src="pictures/alejandro_crop.jpg" class="image-inner">
</div>
<iframe src="https://open.spotify.com/embed/playlist/5ptmpsm2a0619TglNLiaqi" frameborder="0" padding-top="100px" display="inline" id="playlist" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</div>
</div>
</div>
</body>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="main.js"></script>
</html>