-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (61 loc) · 3.26 KB
/
index.html
File metadata and controls
70 lines (61 loc) · 3.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="Jean francis porquet - Deploy App To GithubPages">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>DeployAppToGithubPages</title>
</head>
<body id="index-page">
<div class="container-lg">
<div class="row">
<div class="col-lg-8 mb-5">
<div class="masthead-followup-icon d-inline-block mb-3" style="--bg-rgb: var(--bd-pink-rgb);">
<svg class="bi fs-1"><use xlink:href="#braces"></use></svg>
</div>
<h2 class="display-5 mb-3 fw-semibold lh-sm">Deploy App To Github Pages</h2>
<p class="lead fw-normal">
Github Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website.
</p>
<p class="d-flex align-items-start flex-column lead fw-normal mb-0">
<a href="https://pages.github.com/" class="icon-link fw-semibold mb-3">
Learn more about GitHub Page
<svg class="bi"><use xlink:href="#arrow-right-short"></use></svg>
</a>
</p>
</div>
</div>
</div>
<footer class="bd-footer py-1 py-md-1 mt-1 bg-light">
<div class="container py-2 py-md-5 px-4 px-md-3">
<div class="row">
<div class="col-lg-3 mb-3">
<a class="d-inline-flex align-items-center mb-2 link-dark text-decoration-none" href="/" aria-label="Bootstrap">
<img src="asset/img/logo.png" width="80" height="51" class="d-block me-2" viewBox="0 0 118 94" role="img">
<span class="fs-5">Jean Francis PORQUET</span>
</a>
<span class="fs-5">Application developer Senior analyst</span>
<span class="fs-5">+230 57177532</span>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>Links</h5>
<ul class="list-unstyled">
<li class="mb-2"><a class="lin" href="https://www.linkedin.com/in/jean-francis-porquet-462008132/">Linkedin</a></li>
<li class="mb-2"><a class="lin" href="https://jfancis.github.io/JeanFrancisPorquet/">Portfolio</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
</div>
<div class="col-6 col-lg-2 mb-3">
</div>
</div>
</div>
</footer>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>