-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathback.html
More file actions
81 lines (78 loc) · 6.55 KB
/
back.html
File metadata and controls
81 lines (78 loc) · 6.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Web_dev_guide</title>
<meta name="" content="">
<link rel="icon" type="image/png" sizes="973x973" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="973x973" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="973x973" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="973x973" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="973x973" href="assets/img/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Kaushan+Script">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
</head>
<body style="background-image: url("assets/img/header.jpg");">
<div></div>
<div class="projects-horizontal" style="font-family: Poppins, sans-serif;">
<div class="container">
<div class="intro">
<h1 class="text-break text-center border rounded border-dark shadow" style="font-family: Poppins, sans-serif;margin-top: 42px;">Back-end</h1>
<p class="text-center shadow-none" style="margin-top: 18px;font-family: Poppins, sans-serif;">while(!(succeed=try()))</p>
</div>
<div class="row projects">
<div class="col d-block item">
<div class="row">
<div class="col-md-12 col-lg-5"><a><img class="img-fluid shadow" data-bs-hover-animate="pulse" src="assets/img/node.jpg"></a></div>
<div class="col">
<h3 class="name">Node Js</h3>
<p class="description" style="font-family: Poppins, sans-serif;">“Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side” aka back-end development. There are other languages for back-end development including but not limited to
Python, Ruby, PHP and Java.<br></p>
</div>
</div><button class="button" type="button" onclick="window.location.href='node.html';" data-hover="SURE!"><span>WANNA LEARN?</span></button></div>
</div>
<div class="col d-block item">
<div class="row">
<div class="col-md-12 col-lg-5"><a><img class="img-fluid shadow" data-bs-hover-animate="pulse" src="assets/img/python.jpg"></a></div>
<div class="col">
<h3 class="name">Python</h3>
<p class="description" style="font-family: Poppins, sans-serif;"><strong>Python</strong> is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation,
and it has fewer syntactical constructions than other languages.<br></p>
</div>
</div><button class="button" type="button" onclick="window.location.href='python.html';" data-hover="SURE!"><span>WANNA LEARN?</span></button></div>
<div class="col d-block item">
<div class="row">
<div class="col-md-12 col-lg-5"><a><img class="img-fluid shadow" data-bs-hover-animate="pulse" src="assets/img/data.jpg"></a></div>
<div class="col">
<h3 class="name">Database Management</h3>
<p class="description" style="font-family: Poppins, sans-serif;"><strong>Database Management</strong>, allows a person to organize, store and retrieve <strong>data</strong> from a computer. <strong>Database Management</strong> can also describe, the <strong>data</strong> storage,
operations and security practices of a <strong>Database Administrator</strong> (DBA), throughout the life cycle of the <strong>data</strong>.<br></p>
</div>
</div><button class="button" type="button" onclick="window.location.href='db.html';" data-hover="SURE!"><span>WANNA LEARN?</span></button></div>
</div>
<footer id="footerpad">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-8 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item"><a href="https://www.facebook.com/shyam.vicky15" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-facebook fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://twitter.com/ShyamGeorge7" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/_smiling_storm_/" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-instagram fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://github.com/ShyamKumar1" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-github fa-stack-1x fa-inverse"></i></span></a></li>
</ul><p class="copyright text-muted text-center"> Web Design by <a href="http://shyamgeorge.rf.gd/">SHYAM KUMAR</a></p></div>
</div>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>