Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/20231019_175554.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->
<head>
<!-- This is the title of the page. It is the text that appears inside this pages tab in your web browser -->
<title>AstroSites</title>
<title>Andrew W.S. Cook</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- This links to this page's CSS, which is contained in the folder assets/css and the file main.css.
Expand Down Expand Up @@ -40,20 +40,20 @@
<div class="inner">
<!-- Here is a heading where you can put your name -->
<h1>
First Last
Andrew W.S. Cook
</h1>
<!-- Here is an image where you can put a picture of you.
You can change the width and height attributes below to change how large
your image is.

Try adding "border-radius: 50%;" to the style attribute.
-->
<img src="images/Astronomy.jpg" style="width:280px; height:280px; object-fit: cover;">
<img src="images/20231019_175554.jpg" style="width:280px; height:280px; object-fit: cover;">
<!-- Here is a paragraph where you can put your position and institution, or
a short line about yourself.
-->
<p>
Position <br> Institution
Tutor <br> Teaching Personnel
</p>
<!-- Here is a paragraph where you can put a link to your CV -->
<p>
Expand Down Expand Up @@ -233,3 +233,6 @@ <h2 class="major">Contact</h2>

</body>
</html>