-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 3.78 KB
/
index.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
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
<!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.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="assets/style.css">
<title>👋 Hello there </title>
</head>
<body>
<div class="container-sm rounded-2"
style="width:90%;font-family: monospace;background-color: black;margin-top: 10pt;">
<h1 class="text-left fw-lighter fs-6" style="background-color: black;color: lime;font-family: Monospace;">$mypc
ls<span class="blink" style="color: white;background-color:white"> </span></h1>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<h5 class="card-title text-left">Open Source Project</h5>
<ul class="list-group">
<li class="list-group-item"><a href="https://github.com/maswebber/SPKOke"><i
class="fab fa-github"></i> SPKOke</a>
<br>
<span class="badge" style="background-color: orange;">Codeigniter 3</span>
<span class="badge bg-secondary">AdminLTE 2</span>
<span class="badge" style="background-color: cyan;">jQuery</span>
<span class="badge" style="background-color: purple;">MySQL</span>
</li>
<li class="list-group-item"><a
href="https://github.com/maswebber/AdonisJSAdminlte3"><i
class="fab fa-github"></i> AdonisJSAdminlte3</a>
<br>
<span class="badge" style="background-color: rgb(91, 93, 230);">AdonisJS</span>
<span class="badge bg-secondary">AdminLTE 3</span>
<span class="badge text-dark" style="background-color: cyan;">jQuery</span>
<span class="badge" style="background-color: black;">axios</span>
<span class="badge" style="background-color: blue;">webpack</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js"
integrity="sha512-RXf+QSDCUQs5uwRKaDoXt55jygZZm2V++WUZduaU/Ui/9EGp3f/2KZVahFZBKGH0s774sd3HmrhUy+SgOFQLVQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>