Skip to content
Snippets Groups Projects
index.markdown 2.33 KiB
Newer Older
Dan Thomson's avatar
Dan Thomson committed
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: default
Maria Munir's avatar
Maria Munir committed
description: This is the meta description for this page and will help it appear in search engines
toc: false
hero_height: is-large
#hide_hero: true

title: Your Site Title Here
subtitle: A subtitle is an optional addition
callouts: example_callouts
Dan Thomson's avatar
Dan Thomson committed
---
Maria Munir's avatar
Maria Munir committed
{: .subtitle}
Maria Munir's avatar
Maria Munir committed
**This is a subtitle**
This is text that could be added to this page. You can type here to add any text to appear formatted straight on the page. For text in the column layouts, you must use the p tags shown below.
<!--- This code snippet is used for the two column layout with the text, add the text and images in the sections below ---> 

<div class="row">
  <div class="column">
  
  <img src="assets/ubc_20220315_pj_0683.jpg" alt="Alt text is important to include for images to be accessible to all users" width="600" height="300">
  </div>
  <div class="column is-half">


<a href="/research.markdown" class = "subtitle">Our Research</a>
&nbsp;
Maria Munir's avatar
Maria Munir committed
&nbsp;
<p>Our group works on the following research topic(s) and we have this experiment. This is a very brief explanation of the science behind it, and why we do this research. </p>
  </div>

</div>
&nbsp;

<!--- This can be repeated multiple times ---> 
<div class="row">

 <div class="column">

<a href="/facilities.markdown" class = "subtitle">Our Facilities</a>
<p>We use this facility for our work. Here are some examples of what we do and how we use the facility.  </p>
  </div>
  <div class="column">

  <!--- resizing images needs to done in HTML, the following format can be used to set the image size-->
  <img src="assets/ubc_20220315_pj_1016.jpg" alt="Image of an experiment at TRIUMF" width="600" height="300" border-radius="50%">
  </div>
 

</div>
&nbsp;

<!--- This can be repeated multiple times ---> 
<div class="row">
  <div class="column">
  
  <img src="assets/ubc_20220315_pj_9731.jpg " alt="Image of an experiment at TRIUMF" width="600" height="300">
  </div>
  <div class="column">

<a href="/people.markdown" class = "subtitle">Our People</a>
<p>Our team consists of talented people who do this, this, and this. This is some more information that could be shared about the team. </p>