-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvirog.html
More file actions
95 lines (83 loc) · 4.46 KB
/
Copy pathvirog.html
File metadata and controls
95 lines (83 loc) · 4.46 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="icon" href="./images/Techsociety_logo_tab.png">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<title>VIROG</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="scroll_bar_visible">
<nav class="nav navbar navbar-expand-lg navbar-dark project_nav_ fixed-top">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<a class="header" href="index.html">
<img id="logo" src="./images/Techsociety_logo_tab.png">
<div class="logo_header">
<span style="color: #04c0d5;"> The</span>
<span style="color: #04c0d5;">Technical</span>
<span style="color: #04c0d5;">Society</span>
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbars navbar-nav ms-auto">
<li><a href="index.html" class="hover-line nav navbars">HOME</a></li>
<li><a href="team.html" class="hover-line nav navbars">TEAM</a></li>
<li><a href="projects.html" class="active hover-line nav navbars">PROJECTS</a></li>
<!-- NAVBAR HIGHLIGHT FOR CURRENT PAGE -->
<li><a href="contributer.html" class="hover-line nav navbars">CONTRIBUTORS</a></li>
<li><a href="opportunity.html" class="hover-line nav navbars">OPPORTUNITIES</a></li>
<li><a href="blogs.html" class="hover-line nav navbars">BLOGS</a></li>
<li><a href="contact.html" class="hover-line nav navbars">CONTACT US</a></li>
</div>
</nav>
<div id="home_welcome" data-aos="zoom-out">
<div id="banner_data">
<h1 id="proj" style="align-content: center;">VIROG</h1><br>
<video autoplay loop muted plays-inline class="vrg">
<source src="./images/12.mp4" type="video/mp4">
</video>
</div>
</div>
<!--<div class="context">
</div>-->
<div id="home_about" style="transform: translateY(10%);">
<div class="content" data-aos="fade-right">
<h1><b>About The Technical Society</b></h1><br>
<h3><!--HackClub is a global community of hackers. It is an initiative for students by students. It is a platform that lets you try, break and recreate.
After all, you can’t flutter without trembling. With HackClub you get access to a super awesome community of creative, cheerful, and keen students
that will help you to share, learn, grow and develop.-->
</h3>
</div>
<div class="img-box_abt">
<img class="home_illus" src="images/open source.svg">
</div>
</div>
<script>
AOS.init({
duration: 1200,
})
</script>
<!-- <script src="burger.js"></script> -->
</html>