-
Notifications
You must be signed in to change notification settings - Fork 0
/
java.html
87 lines (77 loc) · 3.41 KB
/
java.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<!-- Created By Harendra Prajapati -->
<html lang="en">
<head>
<link rel="stylesheet" href="java.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
</head>
<body>
<div id="preloader"></div>
<div id="preloader"></div>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">StudyHub<span>Tutorial.</span></a></div>
<ul class="menu">
<li><a href="index.php" class="menu-btn">HOME</a></li>
<li><a href="courses.html" >COURSES</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home1" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">You will be learn here </div>
<a href="java.jsp">JAVA</a><br><br><br><br><br>
<img src="images/swipeup.gif"
width="100"
height="100" /></a>
</div>
</div>
</section>
<section class="content1" id="content1">
<p><h1 align="center">WELCOME TO JAVA TUTORIAL</h1></p><br><br><br>
<div class="max-width">
<div class="home-content">
<a href="https://youtu.be/ytl0HaZn-nE">
<img src="images/javaInstallWindow.jpg"
width="100"
height="100" /></a>
<a href="https://youtu.be/ytl0HaZn-nE">
<img src="images/javafirstprogram.jpg"
width="100"
height="100" /></a>
<a href="https://youtu.be/OL3-9HLMnX8">
<img src="images/How create class and object in java.jpg"
width="100"
height="100" /></a>
<a href="https://youtu.be/eFL_Ejvqssk">
<img src="images/variables in java.jpg"
width="100"
height="100" /></a>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Created By <a href="https://github.com/harendraprajapati72">Harendra Prajapati</a> | <span class="far fa-copyright"></span> 2021 All rights reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>