diff options
Diffstat (limited to 'toolbar.html')
-rw-r--r-- | toolbar.html | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/toolbar.html b/toolbar.html index 41eccb2..3e85575 100644 --- a/toolbar.html +++ b/toolbar.html @@ -17,30 +17,7 @@ <link rel="stylesheet" href="app.css"> </head> <body class="mdc-typography"> - <header id="shrine-header" - class="mdc-toolbar mdc-toolbar--fixed mdc-theme--text-primary-on-background"> - <div class="mdc-toolbar__row"> - <section class="mdc-toolbar__section mdc-toolbar__section--align-start"> - <a id="shrine-nav-icon" class="material-icons mdc-ripple-surface" href="#" - aria-label="Click to show the navigation menu" - aria-controls="shrine-nav-menu" - data-mdc-auto-init="MDCRipple" - data-mdc-ripple-is-unbounded>menu</a> - <h1 id="shrine-logo" class="mdc-toolbar__title"><span>Navan Chauhan</span></h1> - </section> - </div> - </header> - - <aside id="shrine-nav-menu" class="mdc-temporary-drawer" data-mdc-auto-init="MDCTemporaryDrawer"> - <nav class="mdc-temporary-drawer__drawer"> - <header class="mdc-temporary-drawer__header"></header> - <nav class="mdc-temporary-drawer__content mdc-list"> - <a class="mdc-list-item" href="https://navanchauhan.github.io">Home</a> - <a class="mdc-list-item" href="#">Projects</a> - <a class="mdc-list-item" href="#">Contact Me</a> - </nav> - </nav> - </aside> + <textarea id="textarea" class="mdc-text-field__input" rows="8" cols="40" data-gramm="true" data-txt_gramm_id="b160d047-28cc-0844-bf17-26e501266bc9" data-gramm_id="b160d047-28cc-0844-bf17-26e501266bc9" spellcheck="false" data-gramm_editor="true" style="z-index: auto; position: relative; line-height: 18.4px; font-size: 16px; transition: none; background: transparent !important;"></textarea> <script src="https://unpkg.com/material-components-web@0.9.1/dist/material-components-web.min.js"> </script> |