Skip to content

Commit c2e80f7

Browse files
committed
update 109
1 parent eebc5b1 commit c2e80f7

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

aboutus.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,16 @@ <h2>Dr. Jesús Requena Carrión</h2>
210210
<div class="imgb">
211211
<img src="./assets/imgs/NikB2_c.jpg" width="250" />
212212
</div>
213+
</a>
213214
<div class="sep-1"></div>
214215
<!-- <div class="sep-1"></div> -->
215216
<!-- <p class="name-title">Dr Nikesh Bajaj</p> -->
216-
<h2>Dr. Nikesh Bajaj</h2>
217-
</a>
217+
<p class="profile-box">
218+
<a href="http://nikeshbajaj.in" target="_blank"><h2>Dr. Nikesh Bajaj</h2></a>
218219
<p class="box"><b>Lecturer in Data Science</b><br />School of Physical and Chemical Sciences, Queen Mary University of London, UK<br />
219220
Email: <a href="mailto:[email protected]">[email protected]</a><br />
220221
</p>
222+
</p>
221223
</div>
222224
</div>
223225
</div>

assets/style_nb.min.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,25 @@
7171

7272
}
7373

74-
.container-IMT-left-profile:hover{
74+
.imgb:hover{
7575
opacity: 0.8;
7676
background-color: rgba(239, 235, 235, 0.366);
7777
}
7878

79+
80+
/* .container-IMT-left-profile:hover{ */
81+
/* opacity: 0.5; */
82+
/* background-color: rgba(239, 235, 235, 0.366); */
83+
/* box-shadow: 1px 0px 2px #63626290; */
84+
/* } */
85+
86+
/* .card:hover{ */
87+
/* opacity: 0.8; */
88+
/* background-color: rgba(239, 235, 235, 0.366); */
89+
/* box-shadow: -1px 0px 1px #63626290; */
90+
/* } */
91+
92+
7993
.profile-name{
8094
max-width: 100%;
8195
display:block;

0 commit comments

Comments
 (0)