-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
128 lines (121 loc) · 6.34 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Museum of Imagination</title>
<!-- Custom and Font Styles -->
<link rel="stylesheet" href="Styles/styles.css" />
<link rel="stylesheet" href="font-style.css" />
<link rel="stylesheet" href="building.css" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link href="path/to/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Coiny&display=swap" rel="stylesheet" />
<!-- Bootstrap -->
<!-- BootstrapCSS -->
<link href="BootstrapCSS\css\bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<!-- Bootstrap JS and Popper.js -->
<script src="BootstrapCSS\js\bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body class="body">
<header class="header">
<!-- This is where the navbar at the top is. It is size friendly,
being able to adapt on different sized screens. The Scss/Sass files are
located in Styles/_navbar.scss. If you alter anything, please keep in mind that
you may need the 'Watch Sass' extension for changes to be made automatically.-->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="/index.html"><img src="/Images\mainlogo.png" width="90px" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<img src="Images\hamicon.png" width="50px">
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="/museumGallery.html">Tour Museum of Imagination<span
class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="/modelGallery.html">Tour Models Art Gallery</a>
<a class="nav-item nav-link" href="/contact.html">Contact Us</a>
<a class="nav-item nav-link disabled" href="#">Credits</a>
</div>
</div>
</nav>
</header>
<section class="aboutussection">
<h1>The Team</h1>
<div class="whatwedo p-5">
<div class="card-deck">
<div class="card">
<img class="card-img-top" src="Images\T0423U1MW21-U04J3PVCQ1F-c2b3688f43f7-512.png" alt="Card image cap"
width="200px">
<div class="card-body">
<h5 class="card-title">Cameron Rosencutter</h5>
<p class="card-text">I am not only a Fullstack developer, but a Graphic Designer as well. I was tasked with
designing this site and creating the HTML.</p>
<div class="card-body text-center">
<a href="https://github.com/CameronRosencutter" class="card-link">Github</a>
</div>
</div>
</div>
<div class="card">
<img class="card-img-top" src="Images\T0423U1MW21-U04HG3VTKPF-da15aeee9c31-512.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Eve Baker</h5>
<p class="card-text">I was tasked to make some of the animations on the website! It was very fun to learn
how to do so, and it was also a challenge getting it to work.</p>
<div class="card-body text-center">
<a href="https://github.com/EveBaker" class="card-link">Github</a>
</div>
</div>
</div>
<div class="card">
<img class="card-img-top" src="Images\T0423U1MW21-U04HCE3A5JA-3f9e4123ebcd-512.jpg" alt="Card image cap"
width="200px">
<div class="card-body">
<h5 class="card-title">Crystal Carrillo</h5>
<p class="card-text">Hello 👋 In creating this website for the Museum of Imagination I wanted to help my
team build an immersive experience. Imagination holds no bounds. So here as you explore remember if you
feel boxed in, you can make your own path!</p>
<a href="https://github.com/CKCarr" class="card-link text-center">Github</a>
<a href="https://www.linkedin.com/in/crystal-carrillo/" class="card-link">LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<footer>
<!--This is the footer. Its relatively simple, with some icons and info. The Scss/Sass files are
in Styles/_footer.scss .-->
<div class="container">
<footer class="py-3 p-5">
<ul class="nav justify-content-center border-bottom">
<li class="nav-item"><a href="index.html" class="nav-link px-2 text-body-secondary text-white">Home</a></li>
<li class="nav-item"><a href="pages\museumGallery.html"
class="nav-link px-2 text-body-secondary text-white">Tour Mueseum of Imagination</a></li>
<li class="nav-item"><a href="pages\modelGallery.html"
class="nav-link px-2 text-body-secondary text-white">Tour Models Art Gallery</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link px-2 text-body-secondary text-white">Contact
Us</a></li>
</ul>
<p class="text-center text-body-secondary text-white">Museum of Imagination</p>
</footer>
</div>
</footer>
</body>
</html>