Skip to content

Commit 0c0e41a

Browse files
committed
add cv
1 parent 93742f3 commit 0c0e41a

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

index.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@
6767

6868
}
6969

70+
.bgg-info {
71+
font-size: 1.1em;
72+
}
73+
74+
.bg-card {
75+
border: 1px solid #ddd; /* Light border */
76+
border-radius: 8px; /* Smooth rounded corners */
77+
/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); Subtle shadow */
78+
transition: box-shadow 0.3s ease; /* Smooth hover effect */
79+
margin-bottom: 0.8em;
80+
background-color: #fcfafa6b;
81+
padding: 0.20em;
82+
width: 40%;
83+
text-align: center;
84+
}
85+
7086
</style>
7187

7288
</head>
@@ -133,18 +149,19 @@
133149
</p>
134150
</div>
135151
</div>
136-
<div class="col-md-4 offset-md-8">
152+
<div class="col-md-4 offset-md-8 bgg-info">
137153
<div style="font-family: 'Oswald', sans-serif; font-size:
138154
32px;"><b>Sumit Asthana</b></div><br>
139155
<p><b>asumit at umich dot edu</b><br>
140-
<p>Computer Science and Engineering<br>
156+
<p>PhD candidate, Computer Science and Engineering<br>
141157
University of Michigan, Ann Arbor<br>
142158
Ann Arbor <br>
143159
United States <br>
144160
</p>
145-
<dd><a href="https://scholar.google.com/citations?user=een-10MAAAAJ&hl=en&authuser=1">Google Scholar</a></dd>
146-
<dd><a href="https://twitter.com/sumit_ast">Twitter</a></dd>
147-
<dd><a href="https://www.linkedin.com/in/sumitasthana26/">LinkedIn</a></dd>
161+
<dd class="bg-card"><a href="https://scholar.google.com/citations?user=een-10MAAAAJ&hl=en&authuser=1">Google Scholar</a></dd>
162+
<dd class="bg-card"><a href="https://twitter.com/sumit_ast">Twitter</a></dd>
163+
<dd class="bg-card"><a href="https://www.linkedin.com/in/sumitasthana26/">LinkedIn</a></dd>
164+
<dd class="bg-card"><a href="static/Sumit_CV_24_long.pdf" target="_blank">CV</a></dd>
148165
</div>
149166

150167
</div> <!-- Introduction row div ends here -->

static/Sumit_CV_24_long.pdf

116 KB
Binary file not shown.

0 commit comments

Comments
 (0)