Skip to content

Commit 69b0770

Browse files
Updated Devs Section
1 parent 38f65ce commit 69b0770

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

docs/devs.html

+31-27
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
background-color: transparent;
4343
width: 300px;
4444
height: 300px;
45+
margin-bottom: 15px;
46+
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.267);
47+
border-radius: 10px;
4548
perspective: 1000px; /* Remove this if you don't want the 3D effect */
4649
box-shadow: var(--box-shadow);
4750
}
@@ -82,6 +85,23 @@
8285
color: #000000;
8386
transform: rotateY(180deg);
8487
}
88+
89+
.dev-head {
90+
font-size: 30px;
91+
margin: 0;
92+
text-align: center;
93+
}
94+
95+
.avatar{
96+
display: flex;
97+
flex-direction: column;
98+
align-items: center;
99+
}
100+
101+
.img-avatar {
102+
border-radius: 15px;
103+
}
104+
85105
</style>
86106
</head>
87107
<body>
@@ -91,8 +111,7 @@
91111
title="Toggle Dark Mode"
92112
aria-pressed="false"
93113
onclick="toggleTheme(this)"
94-
class="dark-mode-toggle"
95-
>
114+
class="dark-mode-toggle">
96115
<span class="sun">
97116
<img
98117
alt="sun icon that represents light mode"
@@ -106,56 +125,41 @@
106125
src="images/Dark.png"
107126
/></span>
108127
</button>
109-
<h1>Meet The <br> Devs!</h1>
128+
<h1 class="dev-head">Meet The Devs!</h1>
110129
<section style="font-size: 1rem; padding: 20px 0px;">
111-
<p>
112-
<strong>Development is an Art! We tried to be as much abstract as possible.
113-
Enjoy Take Notes! &#10084; 🎊</strong>
114-
<br /><br /><br />
115-
</p>
130+
<p style="text-align: center;">Development is an Art!<br>We tried to be as much abstract as possible.
131+
Enjoy Take Notes! &#10084; 🎊</p>
116132
</section>
117-
<section style="font-size: 1rem; padding: 20px 0px;">
118-
<center>
133+
<section class="avatar" style="font-size: 1rem; padding: 20px 0px;">
119134
<div class="flip-card">
120135
<div class="flip-card-inner">
121136
<div class="flip-card-front">
122-
<img src="images/Spandan Saxena.jpg" alt="Avatar" style="width:300px;height:300px;">
137+
<img src="images/Spandan Saxena.jpg" alt="Avatar" class="img-avatar" style="width:300px;height:300px;">
123138
</div>
124-
<div class="flip-card-back">
139+
<div class="flip-card-back img-avatar">
125140
<h1>Spandan Saxena</h1>
126-
<br>
127141
<a href="https://github.com/the-rebooted-coder"><i class="fa fa-github fa-2x"></i></a> &nbsp;
128142
<a href="https://www.linkedin.com/in/spandn/"><i class="fa fa-linkedin fa-2x"></i></a> &nbsp;
129143
<a href="https://spandansaxena.codes"><i class="fa fa-globe fa-2x"></i></a>
130144
</div>
131145
</div>
132146
</div>
133-
<br>
134147
<div class="flip-card">
135148
<div class="flip-card-inner">
136149
<div class="flip-card-front">
137-
<img src="images/Shady.jpeg" alt="Avatar" style="width:300px;height:300px;">
150+
<img src="images/Shady.jpeg" alt="Avatar" class="img-avatar" style="width:300px;height:300px;">
138151
</div>
139-
<div class="flip-card-back">
152+
<div class="flip-card-back img-avatar">
140153
<h1>Shrish Sharma</h1>
141-
<br>
142154
<a href="https://github.com/shrish-sharma-git"><i class="fa fa-github fa-2x"></i></a> &nbsp;
143155
<a href="https://www.linkedin.com/in/shrish-sharma"><i class="fa fa-linkedin fa-2x"></i></a> &nbsp;
144156
<a href="https://shrish-sharma-git.github.io/My-Portfolio/"><i class="fa fa-globe fa-2x"></i></a>
145157
</div>
146158
</div>
147159
</div>
148-
</center>
149-
<br><br>
150-
<center>
151-
<b>Thank you for using Take Notes App
152-
Remember: There's no alternative to handwritten notes!</b>
153-
</center>
160+
<p style="text-align: center;">Thank you for using Take Notes App
161+
Remember: There's no alternative to handwritten notes!</p>
154162
</section>
155-
<!-- Home Button -->
156-
<button>
157-
<a href="./take-notes.html"><i class="fa fa-home fa-2x" style="height: 25px; width: 25px"></i></a>
158-
</button>
159163
</main>
160164

161165

0 commit comments

Comments
 (0)