-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 2.21 KB
/
index.html
File metadata and controls
42 lines (36 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code With Punit GitHub Resume</title>
<meta content='Learn Online Web Solution Project Documentation Project Design and Development Database Design MYSQL and MONGODB' name='description'/>
<link rel="shortcut icon" href="https://codewithpunit.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/7fac20cd86.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="https://codewithpunit.github.io/">Code With Punit</a>
</header>
<section class="banner">
<div class="banner-right">
<ul>
<li><a href="./html" title="learn html"><i class="fab fa-html5" aria-hidden="true"></i>HTML code snippets</a></li>
<li><a href="./css" title="learn css"><i class="fab fa-css3" aria-hidden="true"></i>CSS code snippets</a></li>
<li><a href="./javascript" title="learn css"><i class="fab fa-js" aria-hidden="true"></i>JS code snippets</a></li>
<li><a href="./php" title="learn css"><i class="fab fa-php" aria-hidden="true"></i>PHP code snippets</a></li>
<li><a href="./bootstrap" title="learn bootstrap"><i class="fab fa-bootstrap" aria-hidden="true"></i>Bootstrap code snippets</a></li>
<li><a href="./wordpress" title="learn wordpress"><i class="fab fa-wordpress" aria-hidden="true"></i>Wordpress code snippets</a></li>
<li><a href="./laravel" title="learn laravel"><i class="fab fa-laravel" aria-hidden="true"></i>laravel code snippets</a></li>
<li><a href="./angular" title="learn angular"><i class="fab fa-angular" aria-hidden="true"></i>Angular code snippets</a></li>
<li><a href="./react" title="learn react"><i class="fab fa-react" aria-hidden="true"></i>React code snippets</a></li>
<li><a href="./node" title="learn node"><i class="fab fa-node-js" aria-hidden="true"></i>Node code snippets</a></li>
</ul>
</div>
</section>
<footer>
<h4>© 2020-2021 codewithpunit.com </h4>
</footer>
</body>
</html>