-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·150 lines (142 loc) · 7.34 KB
/
about.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Westminster Fashion Show</title>
<link rel="SHORTCUT ICON" href="assets/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="custom_css/main.css">
<link rel = "stylesheet" href = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" href="ionicons.min.css">
<script src = "https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(window).resize(function(){
//iphonePortraitResize();
//iphoneLandscapeResize();
});
//iphonePortraitResize();
//iphoneLandscapeResize();
$(window).load(function(){
//iphonePortraitResize();
//iphoneLandscapeResize();
});
function iphonePortraitResize(){
if(window.innerWidth == 400 || window.outerWidth == 400){
$("#mover").css("margin-left","20px");
$("#third").css("margin-left","21px");
$("#fourth").css("margin-left","21px");
}
}
function iphoneLandscapeResize(){
if(window.innerWidth == 667 || window.outerWidth == 667){
$("#mover").css("margin-left","66px");
$("#third").css("margin-left","21px");
$("#fourth").css("margin-left","21px");
}
}
});
</script>
</head>
<body>
<div data-role="page" id="events" data-quicklinks="true" style="background-color:#F4F4F4;">
<div data-role="panel" id="navPanel" data-display="overlay" style="background-color: #f4f4f4;">
<ul data-role="listview">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="news.html">News</a></li>
<li><a href="favourites.html">Favourites</a></li>
<li><a href="aboutUs.html">About Us</a></li>
<li><a href="qr.html">QR</a></li>
<li><a href="signin.html" style="color: #48C988;">Sign In</a></li>
</ul>
</div>
<div data-role="header" style="background-color: #F4F4F4;" data-position="fixed" data-fullscreen="false">
<img src="assets/images/logo_80x94.png" alt="" style="width: 50px; padding: 14px;">
<h1 style="display:inline-block; font-size: 32px; font-weight: normal; margin-left: 0;">WFW</h1>
<a href="#navPanel" class="ui-btn ui-icon-bars ui-btn-icon-notext ui-corner-all ui-btn-right" style="border-radius: .3125em; margin: 1.25rem; height: 45px; width: 45px;">No
text</a>
</div>
<div data-role="main" class="ui-content jqm-content" style="padding: 0;">
</div>
<!--Main Section-->
<br><br><br>
<div class="about-container" style="box-sizing: border-box;">
<div style="margin-left: 20px;
margin-right: -32px;
width: 18em;
border-style:dotted;" class="ui-block-a">
<div class="card">
<img class="centerimg" src="assets/images/Cyril.png">
<h2 id="headers"> Cyril Asomani</h2>
<p style="text-transform: uppercase; font-weight: bold;
letter-spacing: 2px;
font-size: 13px;
color: #dddddd;
margin-top: -5px;
text-align: center;">Web Developer</p>
<p style="font-size: 15px; color: #7d8285; text-align: center; ">I just code badly</p>
<button style="margin-right: auto;
margin-left:86px; width: fit-content; align-content: center;" class="ui-btn">
<a id="EmailButton" data-rel="popup" data-position-to="window" data-transition="pop" href="mailto:allofficials.ca@gmail.com?Subject=Hello%20Cyril">Email Cyril</a></button>
</div>
</div>
<div id="mover" class="ui-block-b" style="box-sizing: border-box;">
<div class="card">
<img class="centerimg" src="assets/images/Andreas.jpg">
<h2 id="header"> Bror Nordstrom</h2>
<p style="text-transform: uppercase; font-weight: bold;
letter-spacing: 2px;
font-size: 13px;
color: #dddddd;
margin-top: -5px;
text-align: center;">Web Developer</p>
<p style="font-size: 15px; color: #7d8285; text-align: center; ">I just code badly</p>
<button style="margin-right: auto;
margin-left:86px; width: fit-content; align-content: center;" class="ui-btn"><a id="EmailButton" data-rel="popup" data-position-to="window" data-transition="pop" href="mailto:w1552186@my.westminster.ac.uk?Subject=Hello%20Bror">Email Bror</a></button>
</div>
</div>
<div id="third" class="ui-block-c" style="box-sizing: border-box;">
<div class="card">
<img class="centerimg" style="border-radius: 150px;" src="assets/images/Tommy.jpeg">
<h2 id="header" style="margin-left: auto;"> Tomasz Jurek</h2>
<p style="text-transform: uppercase; font-weight: bold;
letter-spacing: 2px;
font-size: 13px;
color: #dddddd;
margin-top: -5px;
text-align: center;">Web Developer</p>
<p style="font-size: 15px; color: #7d8285; text-align: center; ">I am a software engineer not web developer help</p>
<button style="margin-right: auto;
margin-left:75px; width: fit-content; align-content: center;" class="ui-btn"><a id="EmailButton" data-rel="popup" data-position-to="window" data-transition="pop" href="mailto:w1576380@my.westminster.ac.uk?Subject=Hello%20Tomasz">Email Tomasz</a></button>
</div>
</div>
<div id="fourth" class="ui-block-d" style="box-sizing: border-box;">
<div class="card">
<img class="centerimg" style="border-radius: 150px;" src="assets/images/Steven.jpeg">
<h2 id="header" style="margin-left: auto;"> Steven Siht</h2>
<p style="text-transform: uppercase; font-weight: bold;
letter-spacing: 2px;
font-size: 13px;
color: #dddddd;
margin-top: -5px;
text-align: center;">Web Developer</p>
<p style="font-size: 15px; color: #7d8285; text-align: center; ">I just code badly</p>
<button style="margin-right: auto;
margin-left:78px; width: fit-content; align-content: center;" class="ui-btn"><a id="EmailButton" data-rel="popup" data-position-to="window" data-transition="pop" href="mailto:w1616792@my.westminster.ac.uk?Subject=Hello%20Steven">Email Steven</a></button>
</div>
</div>
</div>
<div data-role="footer" style="background-color: #f4f4f4; padding: 40px 0px;">
<div class="center-div">
<img src="assets/icons/logo_instagram.svg" alt="" style="width: 18px; height: 24px; padding: 1px;">
<img src="assets/icons/logo_snapchat.svg" alt="" style="width: 18px; height: 24px; padding: 1x;">
<img src="assets/icons/logo_twitter.svg" alt="" style="width: 18px; height: 24px; padding: 1px;">
<img src="assets/icons/logo_facebook.svg" alt="" style="width: 18px; height: 24px; padding: 1px;">
</div>
</div>
</div>
</body>
</html>
<!--Cyril Asomani - w1544390 - Student 4 -->