-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathfooter.php
More file actions
64 lines (51 loc) · 3.73 KB
/
Copy pathfooter.php
File metadata and controls
64 lines (51 loc) · 3.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Comptible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/all.min.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/kyp.css">
<link rel="stylesheet" href="css/animate.css">
<br>
<div class="container-fluid ">
<div class="row " style="padding-top: 2%; color: white; background-color: #262626;
" >
<div class="col-sm-4" style="padding-left: 3%;">
<h5> Our Adress Here:</h5>
<p> If you’re interested in working<br>
with us,<br>
4931 West 35th Street<br>
Suite 200<br>
St. Louis Park, Minnesota 55416<br>
<i class="fa fa-phone " style="color: white" ></i> (612) 615-0060<br>
<i class="fa fa-envelope" style="color: white" ></i> Email:skillix007@gmail.com
</p>
</div>
<div class="col-sm-4" style="color: white; padding-left: 10%;">
<h5 style= "color: white;">Get to know Us</h5>
<a href="index.php" style="font-style: none; color: white;">Home</a><br>
<a href="career.php" style="font-style: none; color: white;">Career</a><br>
<a href="project.php" style="font-style: none; color: white;">Project</a><br>
<a href="service.php" style="font-style: none; color: white;">Service</a><br>
<a href="about.php" style="font-style: none; color: white;">About</a><br>
<a href="contact.php" style="font-style: none; color: white;">Contact</a><br>
</div>
<div class="col-sm-4" style="color: white;">
<h5 style="padding-left: 10%;"> Connect with Us</h5>
<div class="social-icons ">
<span> <a href="https://www.google.com/search?q=twitter&rlz=1C1CHBF_enIN759IN759&oq=twi&aqs=chrome.1.69i57j0l7.3891j0j7&sourceid=chrome&ie=UTF-8"><i class="fa fa-twitter fa-2x" style="color: white; padding-top: 25%;padding-left: 10%; "></i></a><a href="https://www.google.com/search?rlz=1C1CHBF_enIN759IN759&biw=1366&bih=657&sxsrf=ALeKk03jIRYYSu3-WpOXmZEx0xqIR3HrQg%3A1584776867942&ei=o8Z1Xr6OOeXaz7sP2da2oAM&q=facebook&oq=facebook&gs_l=psy-ab.3..0i131i67l2j0i67j0j0i131j0j0i131j0l3.32528.35577..36378...1.2..1.203.2691.0j14j1......0....1..gws-wiz.....10..0i71j35i362i39j35i39.YK5nRkthw-Y&ved=0ahUKEwj-64vyiavoAhVl7XMBHVmrDTQQ4dUDCAs&uact=5"><i class="fa fa-facebook fa-2x" style="color: white; padding-left: 20%; "></i></a>
<a href="https://www.google.com/search?rlz=1C1CHBF_enIN759IN759&sxsrf=ALeKk01HJbl0th_pYdLhGlgoveOnsXaO8A:1584776797823&q=instagram&sa=X&ved=2ahUKEwju_dPQiavoAhUziOYKHcuTCQQQ7xYoAHoECAoQJw&biw=1366&bih=657"><i class="fa fa-instagram fa-2x" style="color: white; padding-left: 20%; "></i></a>
<a href="https://www.google.com/search?rlz=1C1CHBF_enIN759IN759&biw=1366&bih=657&sxsrf=ALeKk00b-st1EGv7Y3I1_oFzQDL_goh-gw%3A1584776862115&ei=nsZ1XpfVBqGxmgfa2KiQDg&q=linkedin&oq=linke&gs_l=psy-ab.1.0.0i67l3j0j0i67j0i20i263j0i67l2j0l2.2805.2805..4412...0.2..0.201.201.2-1......0....1..gws-wiz.......0i71.xTFpxJBBRYw"><i class="fa fa-linkedin fa-2x" style="color: white; padding-left: 10%;"></i></a>
</span>
</div>
</div>
</div>
</div>
</body>
</html>