-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (80 loc) · 3.37 KB
/
index.html
File metadata and controls
86 lines (80 loc) · 3.37 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
<!DOCTYPE HTML>
<html>
<head>
<title>Binary Dev's</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-graduation-cap"></span>
</div>
<div class="content">
<div class="inner">
<h1>Binary Dev's</h1>
<p>We are Computer Engineering Students<br/> Android | PHP | Python<br/>
View Our <a href="https://github.com/binarydevs" alt="Github Link"> Projects</a></p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#team">Team</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<p>We are computer engineering students from Mumbai, Our goal is to learn new technologies and try to implement them. Check out some of our <a href="#work">awesome work</a>.</p>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<p>We Will Update this section SOON !!! please be patient.</p>
</article>
<!-- Team -->
<article id="team">
<h2 class="major">Team</h2>
<div class="col-lg-4 col-md-4 col-sm-4">
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h3><a href="https://www.linkedin.com/in/mohnish-devadiga" alt="Mohnish Devadiga Linkedin" target="_blank">Mohnish Devadiga</a></h3>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h3><a href="https://www.linkedin.com/in/harshal-dange" alt="Harshal Dange Linkedin" target="_blank">Harshal Dange</a></h3>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h3><a href="https://www.linkedin.com/in/mugdha-agharkar" alt="Mugdha Agharkar Linkedin" target="_blank">Mugdha Agharkar</a></h3>
</div>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">Design: <a href="https://html5up.net">HTML5 UP</a>.<br/>Released
for free under the <a href="https://html5up.net/license">Creative Commons</a> license.<br/> Image : <a href="https://pixabay.com/">Pixabay</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>