-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (78 loc) · 4.23 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-1192712510796428">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="index, follow">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<base href="/">
<title>Learn Coding-Techs - Coding Beast</title>
<meta name="description"
content="Explore a world of coding and technology with codingbeast.com. Discover insightful tutorials helping you to understand complicated topics, Free programming languages Courses, imformative YouTube videos, informative blogs about coding, technologies and more. I provide my coding handwritten notes as well so all these are perfect for beginners and enthusiasts alike.">
<meta name="keywords" content="coding beast, free coding courses, free coding tutorials, free dart course, free kotlin course, free android app development course, android app development course, app development course, android development course, free android development course, learn coding online, coding beast notes, coding notes">
<link rel="stylesheet" href="css/index.css">
<meta name="google-site-verification" content="1QYzu_w1zano7x5MNOHyE4ft0VyYZkl2s8ILD9vhuv4" />
</head>
<body>
<header>
<nav class="navbar h-nav">
<ul class="nav-list v-class">
<li class="logo"><a href="index.html" class="codingbeast">Coding Beast</a></li>
<div class="lis">
<li class="home"><a href="index.html" class="items">Home</a></li>
<li class="tutorials"><a href="tutorials.html" class="items">Tutorials</a></li>
<li class="notes"><a href="notes.html" class="items">Notes</a></li>
<li class="blogs"><a href="blogs.html" class="items">Blogs</a></li>
</div>
</ul>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
</header>
<main>
<section class="background firstSection" id="home">
<div class="box-main">
<div class="firstHalf">
<h2 class="text-big">
Welcome To Coding Beast
</h2>
<h4 class="text-big2">
Coding-Techs and More
</h4>
<p class="text-small">
Discover insightful tutorials helping you to understand complicated topics, Free programming languages Courses, imformative YouTube videos, informative blogs about coding, technologies and more. I provide my coding handwritten notes as well so all these are perfect for beginners and enthusiasts alike
</p>
<div class="buttons">
<a href="tutorials.html" target="_blank"><button class="btns">
Free Courses
</button></a>
<a href="blogs.html" target="_blank"><button class="btns">
Explore Blogs
</button></a>
<a href="https://www.youtube.com/channel/UCSXYaoTuGdMwhBqZNe5lZHw" target="_blank"><button class="btns">
YouTube Channel
</button></a>
</div>
</div>
<div class="secondHalf">
<img class="logoImg" src="img/mainimg.jpg" alt="Logo">
</div>
</div>
</section>
</main>
<footer>
<div class="foot">
Copyright © 2024 | Coding Beast
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>