Skip to content

Commit

Permalink
added Gmail address,visitors map
Browse files Browse the repository at this point in the history
  • Loading branch information
xiweideng committed Aug 15, 2023
1 parent 8ae120f commit 5e32ede
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
20 changes: 14 additions & 6 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ <h1>{{ site.title }}</h1>
{{site.address}}<br/>
{% endif %}
{% if site.address %}
Email: {{site.email}} <br/>
Email:
<a href="mailto:[email protected]" target="_blank" title="Gmail"><img
src="../assets/img/Gmail_Logo_512px.png" alt="" height="12px"></a>
<a href="mailto:[email protected]" target="“blank”">{{site.gmail}}</a>
&nbsp;
<a href="mailto:[email protected]" target="_blank"><img
src="../assets/img/XMU_logo.png" alt="" height="15px"></a>
<a href="mailto:[email protected]" target="“blank”">{{site.edu_email}}</a>
<br/>
{% endif %}
{% if site.phone %}
Phone: {{site.phone}} <br/>
Expand Down Expand Up @@ -99,11 +107,11 @@ <h1>{{ site.title }}</h1>
<p><a href="news.html">More news</a></p>
</div></div>
-->
<div id="visitors" style="margin: 0 auto;">
<script type="text/javascript"
id="clustrmaps"
src="//cdn.clustrmaps.com/map_v2.js?d=0BV5WWkvubBh6O72_ES-0aHY-MlDJXUC2LUHQid3A4A&cl=ffffff&w=a">
</script>
<div id="visitors" style="margin: 0 auto;">
<script type="text/javascript" id="clustrmaps"
src="//clustrmaps.com/map_v2.js?d=aOh8SEq-C752pFKHD0n9Un2dFvvmbxf2RsDZYZzkRro&cl=ffffff&w=a">

</script>
</div>
<div id="footer">
<div style="text-align: center;">Copyright &copy; Xiwei Deng | Last modified :
Expand Down
Binary file added assets/img/XMU_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/XMU_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@ <h1>Xiwei Deng</h1>
Xiamen, Fujian, China<br/>


Email: [email protected] <br/>
Email:
<a href="mailto:[email protected]" target="_blank" title="Gmail"><img
src="../assets/img/Gmail_Logo_512px.png" alt="" height="12px"></a>
<a href="mailto:[email protected]" target="“blank”">[email protected]</a>
&nbsp;
<a href="mailto:[email protected]" target="_blank"><img
src="../assets/img/XMU_logo.png" alt="" height="15px"></a>
<a href="mailto:[email protected]" target="“blank”">[email protected]</a>
<br/>

</p>
<p>
Expand Down Expand Up @@ -133,11 +141,11 @@ <h2 id="visitors">Visitors</h2>
<p><a href="news.html">More news</a></p>
</div></div>
-->
<div id="visitors" style="margin: 0 auto;">
<script type="text/javascript"
id="clustrmaps"
src="//cdn.clustrmaps.com/map_v2.js?d=0BV5WWkvubBh6O72_ES-0aHY-MlDJXUC2LUHQid3A4A&cl=ffffff&w=a">
</script>
<div id="visitors" style="margin: 0 auto;">
<script type="text/javascript" id="clustrmaps"
src="//clustrmaps.com/map_v2.js?d=aOh8SEq-C752pFKHD0n9Un2dFvvmbxf2RsDZYZzkRro&cl=ffffff&w=a">

</script>
</div>
<div id="footer">
<div style="text-align: center;">Copyright &copy; Xiwei Deng | Last modified :
Expand Down

0 comments on commit 5e32ede

Please sign in to comment.