-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.php
187 lines (176 loc) · 8.28 KB
/
profile.php
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
s<?php require_once("header.php"); ?>
<br><br>
<br><br>
<br>
<?php
require_once("config/configer.php");
$shoDataQuery = "SELECT * FROM profile";
$runDataQuery = mysqli_query($connect,$shoDataQuery);
if ($runDataQuery==true) {
while ($db_data = mysqli_fetch_array($runDataQuery)) {
$user_name = $db_data["fName"]." ".$db_data["lName"];
$user_title = $db_data["profile_title"];
$user_addr = $db_data["address"];
$user_phone_no= $db_data["profile_phone_no"];
$user_email= $db_data["user_email"];
?>
<seciton class="content">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="u_p-detil card">
<div class="u_p-back-img">
<h2><?php echo $user_name;?></h2>
<p class="admin_position"><?php echo $user_title;?></p>
</div>
<div class="admin_img u_p-img">
<img src="image/emran.jpg">
</div>
<p class="admin_addr"><?php echo $user_addr?></p>
<div class="admin_p_details">
<i class="fas fa-phone-alt"></i>
<a class="admin_p_number" href="tel:<?php echo $user_phone_no?>"><?php echo $user_phone_no; ?></a>
</div>
</div>
<div class="u_p-detil card u_p_admin_about">
<div class="admin_about">
<div class="admin_about_tab">
<p>About</p>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<div class="u_p_admin_c_box">
<span class="admin_about_email">Email</span>
<p><?php echo $user_email; ?></a></p>
<span class="admin_about_email">Phone</span>
<p><?php echo $user_phone_no; ?></p>
</div>
</div>
</div>
</div>
<div class="col-sm-8 col-md-8 col-lg-8">
<section id="tabs" class="project-tab card">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav>
<div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
<a class="nav-item nav-link active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true"><i class="fas fa-grin" style="margin: 10px;"></i>About Me</a>
<a class="nav-item nav-link de-nav-item" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab" aria-controls="nav-profile" aria-selected="false"><i class="fas fa-cog" style="margin: 10px;"></i>Settings</a>
</div>
</nav>
</div>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h2 class="profile-tabe-head">About</h2>
Completed my graduation in Arts from the well known and renowned institution of India – SARDAR PATEL ARTS COLLEGE, BARODA in 2000-01, which was affiliated to M.S. University. I ranker in University exams from the same university from 1996-01.
Worked as Professor and Head of the department at Sarda Collage, Rajkot, Gujarat from 2003-2015
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
<h2 class="profile-tabe-head">Education</h2>
B.A.,Gujarat University, Ahmedabad,India.
M.A.,Gujarat University, Ahmedabad, India.
P.H.D., Shaurashtra University, Rajkot
<h2 class="profile-tabe-head">Experience</h2>
One year experience as Jr. Professor from April-2009 to march-2010 at B. J. Arts College, Ahmedabad.
Three year experience as Jr. Professor at V.S. Arts & Commerse Collage from April - 2008 to April - 2011.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<h2 class="profile-tabe-head">Conferences, Cources & Workshop Attended</h2>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<h2 class="profile-tabe-head">Security Settings</h2>
<form class="admin-tab-profile-settings" action="php-core/profile_update.php?c7cfe62dbef6905a0b1b1d595a5c2e92" method="POST">
<label>
<p class="label-txt">User</p>
<input type="text" class="input" name="U_name">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label>
<p class="label-txt">Current Password</p>
<input type="text" class="input" name="u_Curent_pwd">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label>
<p class="label-txt">New Password</p>
<input type="text" class="input" name="u_new_pwd">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<button type="submit">Save</button>
</form>
<br>
<br>
<br>
<h2 class="profile-tabe-head">Account Settings</h2>
<form class="a-p-s-ac-se" action="" method="POST">
<label class="first-name">
<p class="label-text">First Name</p>
<input type="text" name="fName" class="input2">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label class="last-name">
<p class="label-text">Last Name</p>
<input type="text" name="fName" class="input2">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label>
<p class="label-text">City</p>
<input type="text" name="fName" class="input2">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label>
<p class="label-text">Email</p>
<input type="text" name="fName" class="input2">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label>
<p class="label-text">Country</p>
<input type="text" name="fName" class="input2">
<div class="line-box">
<div class="line"></div>
</div>
</label>
<label class="textarea">
<p class="label-text">Address</p>
<textarea name="address"></textarea>
<div class="line-box">
<div class="line"></div>
</div>
</label>
<button type="submit">Save & Change</button>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</seciton>
<?php
}
}
?>
<?php require_once("footer.php"); ?>