-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
139 lines (125 loc) · 5.56 KB
/
about.php
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="CodeHim">
<title>About Us</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="demo.css">
</head>
<style>
.title {
margin-right: 18vw;
margin-bottom: 5px;
margin-left: 17vw;
text-align: center;
}
.header
{
margin-bottom: 15 vh;
}
</style>
<body>
<header class="cd__intro">
<h1>Our developers</h1>
<div class="cd__action">
<!-- <a href="https://www.codehim.com/html5-css3/css-expandable-card-with-neon-glow"></a> -->
</div>
</header>
<div style="max-width: 1280px; margin: 5px auto;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
type="82442c884191e721b1c856dc-text/javascript"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7089100907045419"
data-ad-slot="8749784419" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script type="82442c884191e721b1c856dc-text/javascript">
</script>
</div>
<main class="cd__main">
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img class="content-img-top" style="height:197px;"
src="img/21cs036.jpg">
</div>
</div>
<div class="face face2">
<div class="content">
<h2>Pandya Samarth</h2>
<!-- <p class="title">__</p> -->
<p>Dear all,<br>
I am Samarth from Chandubhai S. Patel Institute of Technology - CHARUSAT.
I am currently persuing B.Tech. in Computer Science and Engineering.
Computers have always been good friends of humans. We, the developers of future will give
our best to make
human lifestyle easier and better.
</div>
</div>
</div>
<div class="card">
<div class="face face1">
<div class="content">
<img class="content-img-top" style="height:197px;" width="face1" src="img/21cs037.CR2">
<!-- <i class="fab fa-android"></i> -->
<!-- <h3>Android</h3> -->
</div>
</div>
<div class="face face2">
<div class="content">
<h2>Parekh Jinesh</h2>
<!-- <p class="title">Art Director</p> -->
<p>Hello Visitors!<br>
I am Jinesh, a computer science undergrad at Charotar University of Science and
Technology(CHARUSAT).
For me, Computer Science was always something I was interested in growing up.
As I delved deeper into the subject, I realised that it was much more than I had previously
anticipated.
</p>
</div>
</div>
</div>
<div class="card">
<div class="face face1">
<div class="content">
<img class="content-img-top" style="height:197px;" width="face1"
src="img/21cs041.jpg">
</div>
</div>
<div class="face face2">
<div class="content">
<h2>Patel Dhruv</h2>
<!-- <p class="title">Vishv</p> -->
<p>Hello People!<br>
Myself Patel Dhruv,<br>currently studying B.Tech. in CSPIT - Charotar Institute of Science
and
Technology.
For all the people who are interested in Technology, I would like to say that Computer
Science and
Artificial Intelligence has many miracles to unfold in future.
</p>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/95a02bd20d.js" type="82442c884191e721b1c856dc-text/javascript">
</script>
</main>
<!-- <footer class="cd__credit"><a title="Free web design code & scripts"
href="https://www.codehim.com?source=demo-page" target="_blank">CodeHim</a></footer> -->
<script src="script.js" type="82442c884191e721b1c856dc-text/javascript"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80520768-2"
type="82442c884191e721b1c856dc-text/javascript"></script>
<script type="82442c884191e721b1c856dc-text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-80520768-2");
</script>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js"
data-cf-settings="82442c884191e721b1c856dc-|49" defer=""></script>
</body>
</html>