Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Starter Material website template for beginners, plus a guide for getting started with HTML, CSS, and JS
She Templates is a beginner-focused static website boilerplate that combines a ready-to-edit HTML/CSS/JavaScript project with a built-in web development tutorial, created by Annie Pennell for the Generation She 2020 Entrepreneurship Makeathon. It runs entirely in the browser with no build step and produces a responsive personal or small-business site that can be deployed for free on GitHub Pages.
She Templates is a starter repository for plain HTML, CSS, and JavaScript sites, styled with the Materialize CSS framework and jQuery. It takes a fresh GitHub repository created from the template and gives you a working index.html, a styles folder with style.css, a scripts folder with script.js, and an images folder, plus a detailed README that doubles as a first lesson in front-end web development.
The template is authored by Annie Pennell and was developed as a supplement to the HTML Web Development workshop at the Generation She 2020 Entrepreneurship Makeathon. No build tools, package managers, or back end are required—just a text editor, a browser, and a GitHub account to get going.
She Templates is built for total beginners who want to learn web development by customizing a real site rather than starting from an empty file. Workshop participants at Generation She-style makeathons can use it to turn an idea into a live personal landing page within a few hours. High school and college students in coding clubs or self-taught learners can follow the README's step-by-step lessons and deploy their result on GitHub Pages. Entrepreneurs who need a simple online presence without learning a framework can edit the template's content directly and publish it free.
You start by clicking the green Use this template button on the GitHub repository to create your own copy, then clone or download the ZIP. Open index.html in a browser to see the default site, edit index.html for content, styles/style.css for styling, and scripts/script.js for behavior, then refresh the browser to view changes. When you're ready, follow the README's deployment links to publish the site on GitHub Pages, Netlify, AWS, or Heroku.
She Templates is free and open source. It's available to anyone with a GitHub account through the repository template feature, and the README mentions no paid tiers or premium features.
If you prefer a different CSS framework, the README itself names Twitter's Bootstrap as a popular alternative to Materialize. For people who don't want to touch code, the same page lists WordPress (free), Squarespace (paid), Wix (free and paid plans), and Webflow as no-code website builders.
Yes, the template is free and open source. Anyone with a GitHub account can create a new repository from it using the Use this template button, and the README links to free hosting options like GitHub Pages and Netlify.
She Templates uses HTML, CSS, and JavaScript, plus the jQuery and Materialize libraries. The README explains each one, so a beginner with no prior experience can follow along; you only need a text editor like VSCode or Sublime Text and a modern browser.
No. It's a static site with plain HTML, CSS, and JavaScript files you can open directly in a browser. There is no Node.js, npm, or build tool involved unless you choose to add one later.
Yes. All Google Material Design icons are available because the template imports the Material Icons font via a CDN link in the head. To use one, add an i element with the class material-icons and the icon name, such as arrow_back or cloud.
