-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.html
32 lines (29 loc) · 1.24 KB
/
test.html
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
<!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="">
<title>HNG Internship Profile - [Your name]</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="index.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="col-12 col-sm-8 col-lg-8 offset-sm-2 offset-md-2">
<img class="img-fluid rounded-circle" src="[Your image link]" alt="">
<h1 class="display-4">[Your name]</h1>
<hr>
<p class="lead">[Your bio paragraph]</p>
<p class="lead">[Another bio paragraph (if any)]</p>
<hr>
<div>
<a class="links" href="https://hnginterns.slack.com"><i class="fa fa-slack"></i> [Your Slack name]</a>
<a class="links" href="[Your link to Stage-1]"><i class="fa fa-github"></i> #Stage-1</a>
</div>php artisan cms:install
</div>
</div>
</body>
</html>