-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
86 lines (82 loc) · 4.53 KB
/
pricing.html
File metadata and controls
86 lines (82 loc) · 4.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title>Houssam Hammouda | Web Developer Interactive Menu</title>
<!--Favicon-->
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Courgette&subset=latin-ext" rel="stylesheet">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<!-- Start -->
<div class="page-wrapper">
<!-- Preloader -->
<!-- End Preloader -->
<!-- header -->
<header>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal">Dev Houssam Hammouda</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2" href="index.html">Home</a>
<a class="p-2" href="about.html">About</a>
<a class="p-2" href="resume.html">Resume</a>
<a class="p-2" href="services.html">Services</a>
<a class="p-2" href="certificates.html">Certificates</a>
<a class="p-2" href="pricing.html">Pricing</a>
</nav>
<a class="btn btn-outline-dark" href="contact.html">Contact me!</a>
</div>
</header>
<!-- End header -->
<main role="main">
<div class="jumbotron j-a">
<div class="container">
<div class="row">
<h1 class="display-3 mb-3">Pricing</h1>
</div><!-- End row -->
</div><!-- End container -->
</div><!-- End jumbotron -->
</main>
<!-- footer -->
<footer class="text-center bg-dark">
<div class="container">
<!-- Logo -->
<a class="logo text-white" href="#">
<strong>DevHoussam Hammouda</strong>
</a>
<div class="link-btn">
<a href="https://github.com/themes4all" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-github"></span></a>
<a href="https://www.linkedin.com/in/houssam-hammouda-62600b175/" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-linkedin"></span></a>
<a href="https://stackoverflow.com/users/9333159/houssam-hammouda" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-stack-overflow"></span></a>
<a href="https://www.freecodecamp.org/houssamhammouda" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-free-code-camp"></span></a>
<a href="https://stackoverflow.com/users/9333159/houssam-hammouda?tab=profile" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-behance"></span></a>
<a href="" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-dribbble"></span></a>
<a href="https://plus.google.com/u/0/me" class="theme-btn btn-social ml-2" target="_blank"><span class="fa fa-google-plus"></span></a>
<a href="https://scholar.google.com/citations?hl=fr&user=DoPIsH8AAAAJ" class="theme-btn btn-social ml-2" target="_blank">
<span class="fa fa-graduation-cap"></span></a>
</div>
<p>© 2018-2019 Houssam Hammouda. All Rights Reserved.</p>
</div>
</footer>
<!-- End footer -->
</div><!-- End page-wrapper -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>