FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Shop_Task/contact_us.php at master · mastercho/Shop_Task · GitHub
mastercho
/
Shop_Task
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Shop_Task
/
contact_us.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
68 lines (52 loc) · 1.41 KB
Breadcrumbs
Shop_Task
/
contact_us.php
Copy path
File metadata and controls
68 lines (52 loc) · 1.41 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?php
require_once
'
./views/top.php
'
;
?>
</head>
<body>
<!--logo Area-->
<?php
require_once
'
./views/header.php
'
;
?>
<!--logo area closed-->
<!--coursal-->
<?php
require_once
'
./views/slider.php
'
;
?>
<!--Coursal-->
<!-- Page Content -->
<div class="container">
<!--Middle Nav-->
<?php
//require_once './views/middle_nav.php';
?>
<!--Middle Nav close-->
<div class="col-md-7">
<br>
<iframe id="google_map" src="https://www.google.com/maps/embed/v1/place?q=London,+United+Kingdom&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU"
width="600" height="450" frameborder="2" style="border:0" allowfullscreen>
</iframe>
</div>
<div class="col-md-4">
<br>
<h4>Owner Info :</h4>
<div class="col-md-12">
<div class="col-sm-5 col-lg-5 col-md-5">
<img class="img-responsive thumbnail" src="images/user.png">
</div>
<div class="col-md-7">
<label class="control-label">Aydan Aleydin</label><br>
<label class="control-label">CEO</label><br>
<label class="control-label">Microprocesor Engineer</label><br>
<label class="control-label">Live in London,UK</label><br>
</div>
</div>
</div>
</div>
<!-- Footer -->
<hr>
<?php
require_once
"
./views/footer.php
"
;
?>
<!--Footer-->
</body>
</html>
Back
|
FazBrowse Home
|
New Git URL