Watts-College / cpp-527-fall-2021

A course shell for CPP 527 Foundations of Data Science II
https://watts-college.github.io/cpp-527-fall-2021/
2 stars 6 forks source link

Lab06 - Part1 #51

Closed AhmedRashwanASU closed 3 years ago

AhmedRashwanASU commented 3 years ago

@lecy I did copy the items from the source code of the page, below is the final output , I replaced below with the icon tag , how icons can be aligned in one row?

icons::fontawesome("twitter")

icons::fontawesome("github")

icons::fontawesome("home")

image

AhmedRashwanASU commented 3 years ago

ALL Icon code here .

lecy commented 3 years ago

You got it to work?

Honestly that is good enough. You can play with HTML and CSS all day to get the layout perfect, then figure out it completely changes based upon screen size. There are people where their entire job is page design with HTML and CSS.

The good news is you can contract that part out! Understanding how to use an HTML layout as a template for RMD is the important part.