Skip to content

Commit

Permalink
Remove quick links for the time
Browse files Browse the repository at this point in the history
  • Loading branch information
veedata committed Sep 23, 2024
1 parent 37f4b6b commit a8e4a53
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,70 +31,3 @@ The Intelligent Data Infrastructure (IDI) research lab delves into database syst
flip=true
style="bare"
%}

## Quick Links

{% capture text %}

{%
include button.html
link="publications"
text="See our publications"
icon="fa-solid fa-arrow-right"
flip=true
style="bare"
%}

{% endcapture %}

{%
include feature.html
image="images/photo.jpg"
link="publications"
title="Our Publications"
text=text
%}

{% capture text %}

{%
include button.html
link="research"
text="Browse our research"
icon="fa-solid fa-arrow-right"
flip=true
style="bare"
%}

{% endcapture %}

{%
include feature.html
image="images/photo.jpg"
link="research"
title="Our Research"
flip=true
style="bare"
text=text
%}

{% capture text %}

{%
include button.html
link="people"
text="Meet our team"
icon="fa-solid fa-arrow-right"
flip=true
style="bare"
%}

{% endcapture %}

{%
include feature.html
image="images/photo.jpg"
link="people"
title="Our Team"
text=text
%}

0 comments on commit a8e4a53

Please sign in to comment.