diff --git a/public/about/index.jade b/public/about/index.jade index 6dc7296438..16e53119ee 100644 --- a/public/about/index.jade +++ b/public/about/index.jade @@ -23,10 +23,4 @@ a(href="https://twitter.com/#{person.twitter}" class="bio-card-twitter") #{person.twitter} p(class="text-body" ng-click="showBio($event)") #{person.bio} - a(href="#{person.website}" class="button" md-button) Website - -md-dialog - md-content - md-subheader(class="md-sticky-no-effect") Mango - p The mango is a juicy stone fruit belonging to the genus Mangifera, consisting of numerous tropical fruiting trees, cultivated mostly for edible fruit. The majority of these species are found in nature as wild mangoes. They all belong to the flowering plant family Anacardiaceae. The mango is native to South and Southeast Asia, from where it has been distributed worldwide to become one of the most cultivated fruits in the tropics. - + a(href="#{person.website}" class="button" md-button) Website \ No newline at end of file diff --git a/public/resources/js/site.js b/public/resources/js/site.js index a4a4a98409..b75a861a67 100644 --- a/public/resources/js/site.js +++ b/public/resources/js/site.js @@ -29,7 +29,7 @@ angularIO.controller('AppCtrl', ['$scope', '$mdSidenav', '$mdDialog', function($ $mdDialog.show( $mdDialog.alert() - .title('This is an alert title') + .title('Full Bio') .content(bio) .ariaLabel('Password notification') .ok('Done')