diff --git a/_config.yml b/_config.yml index 5aac5c4c..0cf08a9b 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 7.11.0 +version: 7.12.0 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava] # Build settings diff --git a/_projects/cmunyc.markdown b/_projects/cmunyc.markdown index 55d48620..dfe1f390 100644 --- a/_projects/cmunyc.markdown +++ b/_projects/cmunyc.markdown @@ -9,14 +9,6 @@ tags: web Dzgn.IO
Home Page
- - -
Page Screens
diff --git a/_projects/colorbot.markdown b/_projects/colorbot.markdown index 97512454..343b3f7d 100644 --- a/_projects/colorbot.markdown +++ b/_projects/colorbot.markdown @@ -22,15 +22,6 @@ In [Version (V1.0)](https://github.com/naher94/jasper/releases/tag/V1.0) Jasper
A full Conversation with Jasper
-
-
- -
Check out the code -
-
-
-
- ## Process | Effort/Priority | High | Medium | Low | diff --git a/_projects/deepintheq.markdown b/_projects/deepintheq.markdown index 09a091dc..941f549c 100644 --- a/_projects/deepintheq.markdown +++ b/_projects/deepintheq.markdown @@ -27,7 +27,8 @@ As part of my time at YinzCam, I worked with the Cleveland Cavaliers to design a -Some of the In-stadium zones that were set up for game day. Want to play along at home? Download the app: {% include external-link.html link="https://itunes.apple.com/us/app/deep-in-the-q/id1225687551?mt=8" content="iOS" %}, {% include external-link.html link="https://play.google.com/store/apps/details?id=com.yinzcam.deepintheq&hl=en" content="Android" %} Once you have downloaded the app, point the camera view at this target and shoot some baskets! Sound effects are included by the way, so turn that volume up! +Some of the In-stadium zones that were set up for game day. + {:.post-callout-medium} "Budweiser and the Cleveland Cavaliers have teamed up to bring you a game that takes virtual hoops to a whole new level by challenging your shot making skills both at The Q and beyond." diff --git a/_projects/interchange.markdown b/_projects/interchange.markdown index 52a9b614..5065748f 100644 --- a/_projects/interchange.markdown +++ b/_projects/interchange.markdown @@ -14,16 +14,7 @@ Interchange, a career event, was created as a way to help the graduate students
Website Screenshots
Mobile Site Screenshots
-As this site will be used by many students, I templated and created a style guide throughout the site for a uniform look and feel. Keeping in mind the need for a variety of content types and optional information fields such as personal websites and resumes on the profile pages. I built the site using Jekyll to template each page and to automate the connection of pages such as people and their projects and tagging people with their degree program. - -
-
- -
Check out the site -
-
-
-
+As this site will be used by many students, I templated and created a style guide throughout the site for a uniform look and feel. Keeping in mind the need for a variety of content types and optional information fields such as personal websites and resumes on the profile pages. I built the site using Jekyll to template each page and to automate the connection of pages such as people and their projects and tagging people with their degree program. Check out the site.
The CodeLab diff --git a/_projects/qulr.markdown b/_projects/qulr.markdown index b1a3992c..3eb00308 100644 --- a/_projects/qulr.markdown +++ b/_projects/qulr.markdown @@ -9,14 +9,8 @@ tags: web color
Color Cards
-I’m a big fan of color and creating fun names for them. As such I started QULR as a first step of a much larger exploration and tool creation surrounding color. QULR is my way of sharing some of the many fun colors I come across. +I’m a big fan of color and creating fun names for them. As such I started QULR as a first step of a much larger exploration and tool creation surrounding color. {% include external-link.html link="https://qulr.life" content="QULR" %} is my way of sharing some of the many fun colors I come across. -
- -
Check out QULR.Life -
-
-
Website Screenshot
## Process diff --git a/_projects/techsoa.markdown b/_projects/techsoa.markdown index 206788f1..b3e079dc 100644 --- a/_projects/techsoa.markdown +++ b/_projects/techsoa.markdown @@ -11,22 +11,6 @@ tags: web The goal with tech.soa was to pull all the resources from around the department into one place, from course materials and references to facility documentation. Making this the one stop shop for tutorials, policies, references and workshops. While providing an easily updated system for students, faculty and staff to share their knowledge with the community. We did this by creating the site with Jekyll with the goal to keep the only barrier to entry a GitHub account and a bit of Markdown knowledge. Leaving all the heavy lifting on the system. -
- - - -
- ## Process
Home Page Versions
diff --git a/css/rehan.scss b/css/rehan.scss index 3703f824..82b0b8a3 100644 --- a/css/rehan.scss +++ b/css/rehan.scss @@ -850,13 +850,6 @@ article{ } } -.nyc-button { - background-color: #EA4D5B; - &:hover { - background-color: darken(#EA4D5B, $color-percentage); - } -} - .processly-button { background-color: #7C1F5E; &:hover { @@ -864,20 +857,6 @@ article{ } } -.colorbot-button { - background-color: #E82730; - &:hover { - background-color: darken(#E82730, $color-percentage); - } -} - -.interchange-button { - background-color: #313131; - &:hover { - background-color: darken(#313131, $color-percentage); - } -} - .stickerpack-button { background-color: #55B7CC; &:hover { @@ -891,27 +870,6 @@ article{ background-color: darken(#acdeea, $color-percentage); } } - -.qulr-button{ - background-color: #d4d4d4; - &:hover{ - background-color: darken(#d4d4d4, $color-percentage); - } -} - -.techsoa-button{ - background-color: #00e59f; - &:hover{ - background-color: darken(#00e59f, $color-percentage); - } -} - -.deepintheq-button{ - background-color: #870039; - &:hover{ - background-color: darken(#870039, $color-percentage); - } -} //******* End of Project Specific Styling