-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmate.html
More file actions
109 lines (109 loc) · 4.45 KB
/
mate.html
File metadata and controls
109 lines (109 loc) · 4.45 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="fullPage.js/fullPage.js-master/jquery.fullPage.css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<script type='text/javascript' src='loadImg.js'></script>
<link rel="stylesheet" type="text/css" href="fullPage.js/fullPage.js-master/jquery.fullPage.css" />
<script type="text/javascript" src="fullPage.js/fullPage.js-master/jquery.fullPage.js"></script>
<script type="text/javascript" src="script.js"></script>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Cindy Liu</title>
</head>
<body>
<div class="buttons">
<div class="nav">
<ul>
<li><a href="index.html#envelope">Contact</a></li>
<li><a href="index.html#folder">Projects</a></li>
<li><a href="index.html#info">About<a></li>
<li><a href="index.html#home">Home</a></li>
</ul>
</div>
</div>
<div id="fullpage">
<div class="section">
<div class="slide slide-gitlet slide-fun">
<div class="checkers-title">
<img src="img/mate/matedark.png">
<p class="project-blurb mate-project-blurb">An android application for room/living/house mates</p>
<a href="index.html#folder"><button type="button" class="btn btn-primary learn-more-btn view-more-btn">View More Projects</button></a>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimg" src="img/mate/mate1.gif">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>Signing up for Mate is easy. Just register with your name,
email, and password. The registration system is implemented using
MySQL, PHP, and SQLite.</p>
</div>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimgshift" src="img/mate/mate2.gif">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>Once you register and log in, you will be prompted to join
a new home or an existing home.</p>
</div>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimg" src="img/mate/mate3.gif">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>Add a new home if your mates have not done so already.</p>
</div>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimg" src="img/mate/mate4.gif">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>Members of the same home can view a shared calendar
that displays events with event times and the user
who created the event.</p>
</div>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimg" src="img/mate/mate5.gif">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>Double tap to add a new event.</p>
</div>
</div>
</div>
<div class="slide slide-gitlet slide-fun">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<img class="mateimg" src="img/mate/mate6.png">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="mate-description">
<p>And pay bills and fees through PayPal! </p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>