-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
171 lines (158 loc) · 11.4 KB
/
profile.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!-- saved from url=(0027)https://insat.acm.org/login -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sign In</title>
<link rel="icon" href="https://insat.acm.org/img/logo.png">
<link rel="stylesheet" href="./style/bootstrap.css">
<link rel="stylesheet" href="./style/main1.css">
<link rel="stylesheet" href="./style/linearicons.css">
<link rel="stylesheet" href="./style/pointer.css">
<link rel="stylesheet" href="./style/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
</head>
<body>
<div class="loading" id="loading" style="background-color: #fbfbfb;">
<div style="width:100%px;max-width: 500px;margin:auto;vertical-align:middle;margin-top:25vh;object-fit: cover;">
<img src="./assets/Loadingscreen.gif" style="width:100%;display:block;margin:auto">
</div>
</div>
<span id="circle" class="circle"></span>
<header>
<div class="navbar navbar-expand-md menu fixed-top" id="men1">
<div class="container">
<a class="navbar-brand" href="./index.html" id="navbarLogo">
<img class="logo-alt-img" width="60px" src="./assets/logowhite.png" alt="logo">
</a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<svg class="btn" style="height:30px;width:auto;margin-bottom:10px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="144pt" height="144pt" viewBox="0 0 144 144" version="1.1">
<g id="surface10736206">
<path id="path" style="stroke:none;fill-rule:nonzero;fill-opacity:1;" d="M 0 12 L 0 24 L 144 24 L 144 12 Z M 0 66 L 0 78 L 144 78 L 144 66 Z M 0 120 L 0 132 L 144 132 L 144 120 Z M 0 120 "/>
</g>
</svg>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link linker2" id="do" href="./index.html#about">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#posts">POSTS</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#activities">ACTIVITIES</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#contests">CONTESTS</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#team">TEAM</a>
</li>
<li class="nav-item dropdown" style="color: white;width: max-content;">
<a class="btn" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-user" style="margin-right: 5px"></i>Username<i class="fa fa-angle-down" style="margin-left: 5px"></i>
</a>
<ul class="dropdown-menu" style="background-color: #1f91dd;" aria-labelledby="dropdownMenuButton" id="userMenu">
<li><a class="dropdown-item" href="./profile.html"><i class="fa fa-id-badge"></i> View Profile</a> </li>
<li class="dropdown-divider" style="width: 85%;"> <a class="dropdown-item" href="./settings.html"><i class="fa fa-cog"></i> Settings</a> </li>
<li class="dropdown-divider" style="width: 80%;"> <a class="dropdown-item" href="./logout"><i class="fa fa-sign-out-alt"></i> Logout</a> </li>
</li>
</ul>
</li>
</ul>
</div>
</div>
</header>
<header>
<div class="navbar navbar-expand-md menu fixed-top" id="men2" style="border:0px;position:fixed;top:0;background-color:#13659A;z-index:1">
<div class="container">
<a class="navbar-brand" href="./index.html" id="navbarLogo">
<img class="logo-alt-img" width="60px" src="./assets/logowhite.png" alt="logo">
</a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#collapsibleNavbar2">
<svg class="btn" style="height:30px;width:auto;margin-bottom:10px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="144pt" height="144pt" viewBox="0 0 144 144" version="1.1">
<g id="surface10736206">
<path id="path" style=" fill:white;stroke:none;fill-rule:nonzero;fill-opacity:1;" d="M 0 12 L 0 24 L 144 24 L 144 12 Z M 0 66 L 0 78 L 144 78 L 144 66 Z M 0 120 L 0 132 L 144 132 L 144 120 Z M 0 120 "/>
</g>
</svg>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar2">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link linker2" id="do" href="./index.html#about">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#posts">POSTS</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#activities">ACTIVITIES</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#contests">CONTESTS</a>
</li>
<li class="nav-item">
<a class="nav-link linker2" href="./index.html#team">TEAM</a>
</li>
<li class="nav-item dropdown" style="color: white;width: max-content;">
<a class="btn" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-user" style="margin-right: 5px"></i>Username<i class="fa fa-angle-down" style="margin-left: 5px"></i>
</a>
<ul class="dropdown-menu" style="background-color: #1f91dd;" aria-labelledby="dropdownMenuButton" id="userMenu">
<li><a class="dropdown-item" href="./profile.html"><i class="fa fa-id-badge"></i> View Profile</a> </li>
<li class="dropdown-divider" style="width: 85%;"> <a class="dropdown-item" href="./settings.html"><i class="fa fa-cog"></i> Settings</a> </li>
<li class="dropdown-divider" style="width: 80%;"> <a class="dropdown-item" href="./logout"><i class="fa fa-sign-out-alt"></i> Logout</a> </li>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="login-card" id="l">
<div class="card-container" id="l1" style="width: 100%;display:inline-block">
<div class="d-flex justify-content-center">
<img style="max-width: 500px;width:90%" src="./assets/profile.png" id="bounce">
</div>
<style>
</style>
<div class="k" style="width:100%" id="l2">
<div class="input" style="min-width: 300px;z-index:11;margin-top:50px;width:40%">
<h1 style="font-family: 'Open Sans',sans-serif;">Personal Information</h1>
<input style="z-index:11;width:49%;" class="form" name="fname" placeholder="First name" type="text" readonly>
<input style="z-index:11;width:49%;" class="form" name="lname" placeholder="Last name" type="text" readonly>
<input style="z-index:11;width:100%;" class="form" name="uname" placeholder="Username" type="text" readonly>
<input style="z-index:11;width:100%;" class="form" name="uemail" placeholder=" Email " type="text " readonly>
<input style="z-index:11;width:49%; " class="form " name="occup " placeholder="Occupation " type="text " readonly>
<input style="z-index:11; width:49%;" class="form " name="estab " placeholder="Establishement " type="text " readonly>
</div>
<div class="input " style="min-width: 300px;z-index:11;margin-top:50px;width:40% ">
<h1 style="font-family: 'Open Sans',sans-serif;">Membership Information</h1>
<input style="z-index:11;width:100%; " class="form " name="memb" placeholder="Membership " type="text " readonly>
<input style="z-index:11;width:100%; " class="form " name="pay" placeholder="Payement " type="text " readonly>
<div style="width:250px;margin:auto;background-color:rgb(226, 224, 224);margin-top: 10px;padding: 10px 0px 10px 16px;border-radius: 15px; ">
<a style="color: #838383;font-family: MyriadProRegular; " target="_blank " href="https://www.facebook.com/groups/225480037919735/ ">Community Group<i style="font-size: 22px;margin-left: 8px;color: #78c4de; " class="fas fa-chevron-circle-right
swing "></i></a>
<br><a style="color: #838383;font-family: MyriadProRegular; " target="_blank " href="https://www.facebook.com/groups/acm20192020/ ">Members Group<i style="font-size: 22px;margin-left: 8px;color: #78c4de; " class="fas fa-chevron-circle-right
swing "></i></a>
</div>
<p class="d-flex" style="margin-left:20%;margin-bottom:30px;margin-top:20px" style="font-family: MyriadProRegular;">Check membership benefits
<a href="./Chapter-membership-benefits.html" target="_blank" class="lnr lnr-arrow-right-circle swing" style="margin: 0px 0px 0px 10px;font-size: 25px;color: #13659A;font-weight: 600;"></a>
</p>
</div>
</div>
<div class="foot ">
</div>
</div>
</div>
<script src="./js/jquery-2.1.3.min.js.télécharger "></script>
<script src="./js/bootstrap.min.js.télécharger "></script>
<script src="./js/main1.js "></script>
</body>
</html>