-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramme.html
More file actions
74 lines (54 loc) · 2.84 KB
/
Copy pathprogramme.html
File metadata and controls
74 lines (54 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<title> Hackathon</title>
<link rel="stylesheet" href="css/programme.css">
</head>
<body>
<header>
<a href="#" class="logo">IT<span>Society</span></a>
<nav class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="">Programmes</a>
<div class="sub-menu-1">
<ul>
<li><a class="active" href="programme.html">Career Path</a></li>
<li><a href="intern.html">Intern/Jobs</a></li>
</ul>
</div>
</li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</header>
<body>
<section class="protect">
<h1 class="heading"> steps to <span>career path</span></h1>
<div class="box-container">
<div class="box">
<img src="Img/6.png" alt="">
<h3>IT Training Nepal</h3>
<p>Situated at the prime location of Kathmandu city, IT Training Nepal maintains uniqueness in its brand and service as a professional computer institute in Nepal since its establishment in 2010. It basically provides computer training in programming languages like Java, ASP.NET, C sharp, PHP, Oracle, SQL Server, Android and C/C++. </p>
<a href="https://www.ittrainingnepal.com/" class="btn">learn more</a>
</div>
<div class="box">
<img src="Img/6.png" alt="">
<h3>IT Training Nepal</h3>
<p>Situated at the prime location of Kathmandu city, IT Training Nepal maintains uniqueness in its brand and service as a professional computer institute in Nepal since its establishment in 2010. It basically provides computer training in programming languages like Java, ASP.NET, C sharp, PHP, Oracle, SQL Server, Android and C/C++. </p>
<a href="https://www.ittrainingnepal.com/" class="btn">learn more</a>
</div>
<div class="box">
<img src="Img/6.png" alt="">
<h3>IT Training Nepal</h3>
<p>Situated at the prime location of Kathmandu city, IT Training Nepal maintains uniqueness in its brand and service as a professional computer institute in Nepal since its establishment in 2010. It basically provides computer training in programming languages like Java, ASP.NET, C sharp, PHP, Oracle, SQL Server, Android and C/C++. </p>
<a href="https://www.ittrainingnepal.com/" class="btn">learn more</a>
</div>
</div>
</section>
</body>
</body>
</html>