
+ Testing is a great thing +
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/assets/images/bg-color-overlay.png b/assets/images/bg-color-overlay.png new file mode 100644 index 0000000..7c608e0 Binary files /dev/null and b/assets/images/bg-color-overlay.png differ diff --git a/assets/images/blog/blog-1.jpg b/assets/images/blog/blog-1.jpg new file mode 100644 index 0000000..2fcaedc Binary files /dev/null and b/assets/images/blog/blog-1.jpg differ diff --git a/assets/images/blog/blog-2.jpg b/assets/images/blog/blog-2.jpg new file mode 100644 index 0000000..e45b622 Binary files /dev/null and b/assets/images/blog/blog-2.jpg differ diff --git a/assets/images/blog/blog-3-1.jpg b/assets/images/blog/blog-3-1.jpg new file mode 100644 index 0000000..87d84f0 Binary files /dev/null and b/assets/images/blog/blog-3-1.jpg differ diff --git a/assets/images/blog/blog-3.jpg b/assets/images/blog/blog-3.jpg new file mode 100644 index 0000000..1bded40 Binary files /dev/null and b/assets/images/blog/blog-3.jpg differ diff --git a/assets/images/blog/blog-4.jpg b/assets/images/blog/blog-4.jpg new file mode 100644 index 0000000..38ecab3 Binary files /dev/null and b/assets/images/blog/blog-4.jpg differ diff --git a/assets/images/blog/blog-5.jpg b/assets/images/blog/blog-5.jpg new file mode 100644 index 0000000..5da4a80 Binary files /dev/null and b/assets/images/blog/blog-5.jpg differ diff --git a/assets/images/blog/blog-6.jpg b/assets/images/blog/blog-6.jpg new file mode 100644 index 0000000..31b82ce Binary files /dev/null and b/assets/images/blog/blog-6.jpg differ diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000..d1f1382 Binary files /dev/null and b/assets/images/favicon.png differ diff --git a/assets/images/gallery/project-1.jpg b/assets/images/gallery/project-1.jpg new file mode 100644 index 0000000..ea4990b Binary files /dev/null and b/assets/images/gallery/project-1.jpg differ diff --git a/assets/images/gallery/project-3.jpg b/assets/images/gallery/project-3.jpg new file mode 100644 index 0000000..385ba31 Binary files /dev/null and b/assets/images/gallery/project-3.jpg differ diff --git a/assets/images/hero-image.png b/assets/images/hero-image.png new file mode 100644 index 0000000..6129038 Binary files /dev/null and b/assets/images/hero-image.png differ diff --git a/assets/images/project/project-1.jpg b/assets/images/project/project-1.jpg new file mode 100644 index 0000000..ea4990b Binary files /dev/null and b/assets/images/project/project-1.jpg differ diff --git a/assets/images/project/project-2.jpg b/assets/images/project/project-2.jpg new file mode 100644 index 0000000..5258851 Binary files /dev/null and b/assets/images/project/project-2.jpg differ diff --git a/assets/images/project/project-3.jpg b/assets/images/project/project-3.jpg new file mode 100644 index 0000000..385ba31 Binary files /dev/null and b/assets/images/project/project-3.jpg differ diff --git a/assets/images/project/project-4.jpg b/assets/images/project/project-4.jpg new file mode 100644 index 0000000..87d0dcc Binary files /dev/null and b/assets/images/project/project-4.jpg differ diff --git a/assets/images/project/project-5.jpg b/assets/images/project/project-5.jpg new file mode 100644 index 0000000..5258851 Binary files /dev/null and b/assets/images/project/project-5.jpg differ diff --git a/assets/images/project/project-6.jpg b/assets/images/project/project-6.jpg new file mode 100644 index 0000000..4663087 Binary files /dev/null and b/assets/images/project/project-6.jpg differ diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..06edad1 --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*", + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*" + ] + } + } +} \ No newline at end of file diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss new file mode 100755 index 0000000..e69de29 diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml new file mode 100755 index 0000000..c5cebeb --- /dev/null +++ b/config/_default/hugo.toml @@ -0,0 +1,62 @@ +######################## default configuration #################### +baseURL = "https://demo.gethugothemes.com/professors/site/" +title = "Professors - Personal Portfolio Theme" +theme = ["professors-hugo"] +# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List +timeZone = "America/New_York" +# post pagination +pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/ +# post excerpt +summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ + +########################### Services ############################# +[services] +[services.googleAnalytics] +ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics + +############################# Build ############################## +[build] +writeStats = true + +############################# Outputs ############################## +[outputs] +home = ["HTML", "RSS", "JSON", "WebAppManifest"] + +############################# Imaging ############################## +[imaging] +# See https://github.com/disintegration/imaging +# Default JPEG or WebP quality setting. Default is 75. +quality = 80 +resampleFilter = "Lanczos" + +############################# Caches ############################### +[caches] +[caches.images] +dir = ":resourceDir/_gen" +maxAge = "720h" + +[caches.assets] +dir = ":resourceDir/_gen" +maxAge = "720h" + + +############################# Markup ############################### +[markup] +[markup.goldmark.renderer] +unsafe = true + +[markup.highlight] +style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html + + +########################### Media types ########################### +[mediaTypes] +[mediaTypes."application/manifest+json"] +suffixes = ["webmanifest"] + + +############################ Output Format ########################### +[outputFormats] +[outputFormats.WebAppManifest] +mediaType = "application/manifest+json" +rel = "manifest" diff --git a/config/_default/menus.toml b/config/_default/menus.toml new file mode 100755 index 0000000..c6dcb18 --- /dev/null +++ b/config/_default/menus.toml @@ -0,0 +1,36 @@ +# main menu +[[main]] +name = "Introduction" +url = "#banner" +pre = "fa-solid fa-user" +weight = -1 + +[[main]] +name = "My Skills" +url = "#skill" +pre = "fa-solid fa-list-check" +weight = 2 + +[[main]] +name = "Resume" +url = "#resume" +pre = "fa-solid fa-address-card" +weight = 3 + +[[main]] +name = "Portfolio" +url = "#portfolio" +pre = "fa-solid fa-box" +weight = 4 + +[[main]] +name = "Blog" +url = "#blog" +pre = "fa-solid fa-blog" +weight = 5 + +[[main]] +name = "Contact" +url = "#contact" +pre = "fa-solid fa-paper-plane" +weight = 6 diff --git a/config/_default/module.toml b/config/_default/module.toml new file mode 100644 index 0000000..f01edec --- /dev/null +++ b/config/_default/module.toml @@ -0,0 +1,63 @@ +[hugoVersion] +extended = true +min = "0.123.7" + +[[imports]] +path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/pwa" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gzip-caching" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/images" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/videos" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/tab" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/accordion" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gallery-slider" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/table-of-contents" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/icons/font-awesome" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/cookie-consent" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/render-link" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/valine-comment" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/crisp-chat" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/button" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/codepen" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/notice" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo" diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100755 index 0000000..48bbe7a --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,119 @@ +#################### default parameters ################################ +# favicon +favicon = "images/favicon.png" +# purgeCSS +purge_css = true +# theme-mode +theme_switcher = true +theme_default = "dark" # available options [light/dark] +# Main Sections +mainSections = ["blog"] +# image gallery shortcode +image_gallery = true +# contact form action +contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io] +# google tag manager, see https://developers.google.com/tag-manager/ +google_tag_manager = "" # example: G-XXXXXXXXXX +google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx +# custom script on header, example: custom_script= "" +custom_script = "" + +# copyright +theme_copyright = true +copyright = "Copyright by you" + +# seo meta data for OpenGraph / Twitter Card +# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo +[metadata] +keywords = ["Boilerplate", "Hugo", "Themefisher", "GetHugoThemes"] +description = "This is meta description" +author = "Themefisher" +image = "images/favicon.png" # this image will be used as fallback if a page has no image of its own + +############################# Social Link ######################## +[sidebar] +social_enable = true +social_title = "Social Links" + +[[social]] +title = "facebook" +icon = "fa-brands fa-facebook" # fontawesome icon pack : https://fontawesome.com/icons/ +link = "https://www.facebook.com/" + +[[social]] +title = "twitter" +icon = "fa-brands fa-twitter" # fontawesome icon pack : https://fontawesome.com/icons/ +link = "https://www.twitter.com/" + +[[social]] +title = "linkedin" +icon = "fa-brands fa-linkedin" # fontawesome icon pack : https://fontawesome.com/icons/ +link = "https://www.linkedin.com/" + +[[social]] +title = "instagram" +icon = "fa-brands fa-instagram" # fontawesome icon pack : https://fontawesome.com/icons/ +link = "https://www.instagram.com/" + +# cookies +# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent +[cookies] +enable = false +expire_days = 2 +content = "This site uses cookies. By continuing to use this website, you agree to their use." +button = "I Accept" + +# crisp chat +# Crisp module: https://github.com/gethugothemes/hugo-modules/tree/master/components/crisp-chat +[crisp_chat] +enable = false +crisp_website_id = "9aa449e1-9999-422a-938f-8567982eec6d" # replace this code with yours +# Check this video tutorial to get your crisp website ID - https://www.youtube.com/watch?v=nW5UX6iVdFc + +# valine comment +# valine comment module: https://github.com/gethugothemes/hugo-modules/tree/master/components/valine-comment +[valine_comment] +enable = false +appId = "" # replace this code with yours [ex: QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI] +appKey = "" # replace this code with yours [ex: WBmoGyJtbqUswvfLh6L8iEBr] +# language = "change language translation from `i18n`" +avatar = "" # see : https://valine.js.org/en/avatar.html +pageSize = 10 # will show 10 comments per page +visitor = true +highlight = true # Code highlighting +recordIP = true # Record reviewer IP. +enableQQ = false # https://valine.js.org/en/configuration.html#enableQQ +# serverURLs = "" # https://leancloud.your_website.com +# Check Valine's official documentation here - https://valine.js.org/en/configuration.html + +# matomo tracking: see https://matomo.org/ +# matomo tracking module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/matomo-analytics +[matomo] +enable = false +url = "" # your matomo url +id = "" # your matomo id + +# baidu analytics: see https://tongji.baidu.com/ +# baidu analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/baidu-analytics +[baidu] +enable = false +analytics_id = "" # Your ID + +# plausible analytics: see https://plausible.io/ +# plausible analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/plausible-analytics +[plausible] +enable = false +domain = "" # yourdomain.com + +# counter analytics: see https://counter.dev/setup.html +# counter analytics module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/counter-analytics +[counter] +enable = false +username = "" # your username + +# site verifications +[site_verification] +google = "" # Your verification code +bing = "" # Your verification code +baidu = "" # Your verification code +facebook = "" # Your verification code diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..fed87ad --- /dev/null +++ b/content/_index.md @@ -0,0 +1,155 @@ +--- +title: Home | Professors Personal Portfolio Theme +description: '' + +# banner +banner: + greeting: "Hi there!" + title: "I'm **Eric Bettinger**" + image: "images/hero-image.png" + designation: "Professor of Artificial Intelligence" + institution: "AI Lab of Stanford University" + description: "A professor of artificial intelligence at the Stanford AI Lab. I research interests include distributed robotics, mobile computing and programmable matter." + + additional_info: + - title: "Email" + content: "ericbettinger@gmail.com" + - title: "Phone" + content: "+1-800-870-6397" + - title: "Age" + content: "56 years" + - title: "Nationality" + content: "American" + - title: "Languages" + content: "English, French" + - title: "Address" + content: "3891 Ranchview Dr. Richardson California" + + button: + enable: true + label: "Download Resume" + isDownloadable: true + link: "#?" + + +# skill +skill: + enable: true + title: "My **Skills**" + skills: + - title: "Playing Science" + percentage: "95" + - title: "Arts And Craft" + percentage: "90" + - title: "Creative Writing" + percentage: "55" + - title: "English Lessons" + percentage: "95" + - title: "SQL" + percentage: "80" + - title: "Mongodb" + percentage: "95" + - title: "Tableau" + percentage: "75" + - title: "Stella Architect" + percentage: "90" + + +# experience +experience: + enable: true + title: "Experiences" + experience_list: + - title: "University of Eastern Finland" + duration: "Jan 2022 – Present" + company: "Rolling Thunder" + icon: "fa-solid fa-pen-ruler" + description: | + Maecenas tempus faucibus rutrum. Duis eu aliquam urna. Proin vitae nulla tristique, ornare felis id congue libero. + + - title: "University of Jyväskylä" + duration: "Jan 2020 – Dec 2021" + company: "Apple Inc." + icon: "fa-solid fa-palette" + description: | + Aliquam tincidunt malesuada tortor vitae iaculis. In eu turpis risus quis. Quisque fringilla mollis risus eu pulvinar. + + - title: "University of Eastern Finland" + duration: "Jan 2016 – Dec 2019" + company: "Google Inc." + icon: "fa-solid fa-laptop-code" + description: | + Aliquam tincidunt malesuada tortor vitae iaculis. In eu turpis risus quis. Quisque fringilla mollis risus eu pulvinar. + + + +# education +education: + enable: true + title: "Education" + education_list: + - title: "PhD in Statistics" + duration: "Jan 2021 to Dec 2022" + icon: "fa-solid fa-building-columns" + description: | + Aliquam tincidunt malesuada tortor vitae iaculis. In eu turpis risus quis. Quisque fringilla mollis risus eu pulvinar. + + - title: "MSc in Statistics" + description: "" + institution: "" + duration: "Jan 2019 - Dec 2020" + icon: "fa-solid fa-person-chalkboard" + description: | + Aliquam tincidunt malesuada tortor vitae iaculis. In eu turpis risus quis. Quisque fringilla mollis risus eu pulvinar. + + - title: "BSc in Statistics" + description: "" + institution: "" + duration: "Jan 2019 - Dec 2020" + icon: "fa-solid fa-graduation-cap" + description: | + Aliquam tincidunt malesuada tortor vitae iaculis. In eu turpis risus quis. Quisque fringilla mollis risus eu pulvinar. + + +# projects +projects: + enable: true + button: + link: "projects/" + label: "All Projects" + + +# blogs +blogs: + enable: true + button: + link: "blog/" + label: "All Blogs" + + +# contact +contact: + enable: true + title: "Get in Touch" + + contact_info: + title: "Contact" + subtitle: "Fill up the form and our Team will get back to you within 24 hours." + + contact_details: + - name: "Call" + icon: "fa-solid fa-phone-volume" + content: "[310-437-2766](tel:310-437-2766)" + + - name: "Mail" + icon: "fa-solid fa-envelope" + content: "[williamson@gmail.com](mailto:williamson@gmail.com)" + + - name: "Address" + icon: "fa-solid fa-location-dot" + content: "1901 Thornridge Cir. Shiloh, Hawaii" + + - name: "Fax" + icon: "fa-solid fa-phone-volume" + content: "[555-123-4567](tel:555-123-4567)" +--- \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..5bc70e0 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Recent Articles" +description: "" +draft: false +--- \ No newline at end of file diff --git a/content/blog/post-1.md b/content/blog/post-1.md new file mode 100644 index 0000000..9c70964 --- /dev/null +++ b/content/blog/post-1.md @@ -0,0 +1,162 @@ +--- +title: "Publishing and graphic desi" +image: "images/blog/blog-1.jpg" +date: "2022-01-01 00:00:00 +0000 UTC" +description: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, sceleri sque nec, rhoncus eget, sollicitudin eu," +categories: ["book", "last hope"] +draft: false +--- + +Here is example of hedings. You can use this heading by following markdownify rules. For example: use `#` for heading 1 and use `######` for heading 6. + +# Heading 1 +## Heading 2 +### Heading 3 +#### Heading 4 +##### Heading 5 +###### Heading 6 + + +
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Here is example of hedings. You can use this heading by following markdownify rules. For example: use #
for heading 1 and use ######
for heading 6.
Emphasis, aka italics, with asterisks or underscores.
+Strong emphasis, aka bold, with asterisks or underscores.
+Combined emphasis with asterisks and underscores.
+Strikethrough uses two tildes. Scratch this.
I’m an inline-style link with title
+ +I’m a relative reference to a repository file
+You can use numbers for reference-style link definitions
+Or leave it empty and use the link text itself.
+URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or http://www.example.com and sometimes +example.com (but not on Github, for example).
+Some text to show that the reference links can follow later.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
+Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
+alert(s);
+
s = "Python syntax highlighting"
+print s
+
++This is a blockquote example.
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
+Note
+This is a simple note
Tip
+This is a simple note
Info
+This is a simple note
Warning
+This is a simple note
Colons can be used to align columns.
+Tables | +Are | +Cool | +
---|---|---|
col 3 is | +right-aligned | +$1600 | +
col 2 is | +centered | +$12 | +
zebra stripes | +are neat | +$1 | +
There must be at least 3 dashes separating each header cell. +The outer pipes (|) are optional, and you don’t need to make the +raw Markdown line up prettily. You can also use inline Markdown.
+Markdown | +Less | +Pretty | +
---|---|---|
Still | +renders |
+ nicely | +
1 | +2 | +3 | +
Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Category
+ +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
++ Rolling Thunder +
+ + + + Jan 2022 – Present + + + + ++ Apple Inc. +
+ + + + Jan 2020 – Dec 2021 + + + + ++ Google Inc. +
+ + + + Jan 2016 – Dec 2019 + + + + +Three automated reports are created for Boston EMS to indicate the details about incidents in Boston.
+Indicate the layers of school issues that are impacting foster youth in Massachusetts schools.
+Machine Learning Algorithms to study the impact of different items on price and satisfaction of customers, and …
+Defining the Airbnb quality metrics in Boston including the impact of noise disturbance, host’s policies and …
+Machine Learning Algorithms to study the impact of different items on price and satisfaction of customers, and …
+Analyzed a survey, which captures the experiences of 1626 Bostonians during the first months of the COVID- 19 …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec eros tellus, …
+Fill up the form and our Team will get back to you within 24 hours.
++ Call +
++ Mail +
+ ++ Address +
++ Fax +
+Analyzed a survey, which captures the experiences of 1626 Bostonians during the first months of the COVID- 19 …
+ + Discover +Machine Learning Algorithms to study the impact of different items on price and satisfaction of customers, and …
+ + Discover +Defining the Airbnb quality metrics in Boston including the impact of noise disturbance, host’s policies and …
+ + Discover +Machine Learning Algorithms to study the impact of different items on price and satisfaction of customers, and …
+ + Discover +Indicate the layers of school issues that are impacting foster youth in Massachusetts schools.
+ + Discover +Three automated reports are created for Boston EMS to indicate the details about incidents in Boston.
+ + Discover +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+When referring to Lorem ipsum, different expressions are used, namely fill text , fictitious text , blind text or placeholder text +in short, its meaning can also be zero, but its usefulness is so clear as to go through the centuries and resist the ironic +and modern versions that came with the arrival of the web.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. +Ut enim ad minim veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea +commodi consequatur. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+ +{{.Params.description | truncate 80}}
+Category
+ {{ end }} +{{.Params.description | truncate 115}}
++ {{ . | markdownify }} +
+ {{ end }} + + {{ if .duration }} + {{ .duration | markdownify }} + + {{ end }} + + {{ with .description }} ++ {{ . | markdownify }} +
+ {{ end }} + + {{ if .duration }} + {{ .duration | markdownify }} + + {{ end }} + + {{ with .description }} +{{ .subtitle | markdownify }}
++ {{ .name | markdownify }} +
+Category
+ {{ end }} +