-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactme.html
More file actions
executable file
·41 lines (35 loc) · 1.71 KB
/
contactme.html
File metadata and controls
executable file
·41 lines (35 loc) · 1.71 KB
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
---
layout: default
title: Contact Me
---
<div class="row">
<div class="col-md-8 col-sm-6">
<h3>Contact</h3>
<p>Look me up at the university website for email and phone number.</p>
<h3>Online prescence</h3>
<p>You can find me around the web at these sites.</p>
<ul>
<li><a href="https://medium.com/@maperezquinones">Blog@Medium</a></li>
<li><a href="http://dl.acm.org/author_page.cfm?id=81100175306">ACM Digital Library</a></li>
<li><a href="http://scholar.google.com/citations?user=ZiR4ZnEAAAAJ&hl=en">Google Scholar</a></li>
<li><a href="https://dblp.org/pid/61/3558.html">DBLP</a></li>
<li><a href="https://www.semanticscholar.org/author/Manuel-A.-Pérez-Quiñones/1398387937?sort=pub-date">Semantic Scholar</a></li>
<li><a href="https://orcid.org/0000-0003-1786-203X">ORCID</a></li>
<li><a href="http://www.linkedin.com/in/manuelperezquinones/">LinkedIn</a></li>
<!-- <li><a href="https://twitter.com/@mapq">Twitter</a></li> -->
<li><a href="https://bsky.app/profile/mapq.bsky.social">Bluesky</a></li>
<li><a href="https://github.com/mapq">Github</a></li>
<!-- <li><a href="http://www.slideshare.net/manuel.perez/">SlideShare</a></li> -->
</ul>
</div> <!-- col-md-8 col-sm-6 -->
<div class="col-md-4 col-sm-6">
<div class="row">
<div class="col-md-12">
<img class="img-thumbnail img-responsive pull-right" src="assets/images/thumbnails/college-professor.jpg">
</div>
<div class="col-md-12">
<!-- <img class="img-thumbnail img-responsive pull-right" src="assets/images/thumbnails/college-professor.jpg"> -->
</div>
</div> <!-- row -->
</div> <!-- col-md-4 col-sm-6 -->
</div> <!-- row -->