This repository has been archived by the owner on Jul 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexsocial.html
91 lines (85 loc) · 3.33 KB
/
indexsocial.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title></title>
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/stylesocial.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
</head>
<body>
<!-- header -->
<div class = "header-wrapper">
<section class="hero-top">
<div class="header">
<!-- navigation links -->
<div class="header-nav">
<nav class = "nav">
<div class="nav-center">
<a class="nav-item" href="index.html">
<b>Home</b>
</a>
</div>
</nav>
</div>
</div>
</section>
</div>
<br><br><br><br><br><br><br><br><br><br>
<div class="middle">
<a class="btn" href="https://www.facebook.com/technocratsrobotics">
<i class="fab fa-facebook-f"></i>
</a>
<a class="btn" href="https://github.com/technocrats-robotics">
<i class="fab fa-github"></i>
</a>
<a class="btn" href="">
<i class="fab fa-google"></i>
</a>
<a class="btn" href="https://instagram.com/technocratsrobotics?igshid=j2brt4gzajwj">
<i class="fab fa-instagram"></i>
</a>
<a class="btn" href="https://www.youtube.com/channel/UC43tBHNpVNYZA1MQjVQeMDA">
<i class="fab fa-youtube"></i>
</a>
</div>
<!--
<div class="container">
<div class="columns is-multiline">
<div class="column img1 toaster is-quarter">
<p>Aayush Kumar</p>
</div>
<div class="column img2 xpro2 is-quarter">
<p>Tanushree Mukherjee</p>
</div>
</div>
</div>
-->
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="card inline" style="margin-left :450px;margin-right: 30px; display: table-cell;">
<img src="../public/manager.jpg" alt="John" style="width:100%">
<h1><strong>Aayush Kumar</strong></h1>
<p class="title"><strong>Manager , Team Technocrats Robotics </strong></p>
<p><strong>Vellore Institute Of Technology (Chennai Campus)</strong></p>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</div >
<div class="card" style="display: table-cell;">
<img src="../public/manager.jpg" alt="John" style="width:100%">
<h1><strong>Tanushree Mukherjee</strong></h1>
<p class="title"><strong>Manager , Team Technocrats Robotics </strong></p>
<p><strong>Vellore Institute Of Technology (Chennai Campus)</strong></p>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</div >
</body>
</html>