-
Notifications
You must be signed in to change notification settings - Fork 0
/
member.html
114 lines (102 loc) · 4.26 KB
/
member.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="member.css">
<link rel="stylesheet" href="css\all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Membership</title>
<meta charset="utf-8">
<title>Form</title>
</head>
<div>
<!-- Body of Form starts -->
<div class="topnav">
<div class="topnav">
<a href="index.html">Home</a>
<a href="index.html">News</a>
<a href="menu.html">Gallery</a>
<a href="test.html">Table</a>
<a href="member.html">Membership</a>
<a href="index.html">Contact us</a>
<a href="sign form.html" style="float:right">Sign in</a>
</div>
<div class="what" >What We Offer</div>
</div>
<div class="branch">
<div class="row">
<div class="column">
<div class="card" id="p1">
<h3>Football</h3>
<p>Football is associated with passion, emotion, excitement and dedication across Europe. References to extreme emotional experiences at football games characterised all aspects of discussions with fans .</p>
</div>
</div>
<div class="column">
<div class="card" id="p2">
<h3>News</h3>
<p>Our website have the best Journalists research, write, edit, proofread and file news stories, features and articles. Their pieces are used on television and radio or within magazines, journals and newspapers, in print and online.</p>
</div>
</div>
<div class="column">
<div class="card" id="p3">
<h3>tickets</h3>
<p>We offer a marketplace to sell football match tickets for the biggest nations tournaments like the European Championship , UEFA European Championship ,Copa America ,UEFA Europa League ,Africa Cup of Nations and World Cup.</p>
</div>
</div>
<div class="column">
<div class="card" id="p4">
<h3>T-shirts</h3>
<p>We offer a marketplace to sell football T-shirts for the biggest teams like the Real Madrid , Barcelona , Juventus , Chelsea , Bayern Munich , Arsenal , AL AHLY SC and Liverpool.</p>
</div>
</div>
</div>
</div>
<div class="cotainer">
<h2 style="text-align:center">join us</h2>
<div class="columns">
<ul class="price">
<li class="header">Basic</li>
<li class="grey">EGP 3999.99 / year</li>
<li>7 match tickets</li>
<li>3 T-shirts</li>
<li>1 vip tickets</li>
<li> - </li>
<li class="grey"><a href="sign form.html" class="button">Sign Up</a></li>
</ul>
</div>
<div class="columns">
<ul class="price">
<li class="header" id="sp" >Pro</li>
<li class="grey">EGP 7999.99 / year</li>
<li>20 match tickets</li>
<li>5 T-shirts</li>
<li>2 vip tickets</li>
<li>1 signed T-shirts</li>
<li class="grey"><a href="sign form.html" class="button">Sign Up</a></li>
</ul>
</div>
<div class="columns">
<ul class="price">
<li class="header">Premium</li>
<li class="grey">EGP 9999.99 / year</li>
<li>50 match tickets</li>
<li>10 T-shirts</li>
<li>4 vip tickets</li>
<li>2 signed T-shirts</li>
<li class="grey"><a href="sign form.html" class="button">Sign Up</a></li>
</ul>
</div>
</div>
<br>
<div class="fadyy">
</div>
<footer class="footer">
<div>
Copyright © 2022 All Rights Reserved by
<a class="link" href="https://www.linkedin.com/in/mohamed-youssef-3921621b5/">MOHAMED YOUSSEF HELMY</a>.
</div>
</footer>
</body>
</html>