├── favicon.ico
├── images
├── 1.jpg
├── 10.jpg
├── 11.jpg
├── 12.jpg
├── 13.jpg
├── 14.jpg
├── 15.jpg
├── 16.jpg
├── 17.jpg
├── 18.jpg
├── 19.jpg
├── 2.jpg
├── 20.jpg
├── 21.jpg
├── 22.jpg
├── 23.jpg
├── 24.jpg
├── 25.jpg
├── 26.jpg
├── 27.jpg
├── 28.jpg
├── 29.jpg
├── 3.jpg
├── 30.jpg
├── 31.jpg
├── 32.jpg
├── 33.jpg
├── 34.jpg
├── 35.jpg
├── 36.jpg
├── 37.jpg
├── 38.jpg
├── 39.jpg
├── 4.jpg
├── 40.jpg
├── 41.jpg
├── 5.jpg
├── 6.jpg
├── 7.jpg
├── 8.jpg
└── 9.jpg
├── style.css
├── script.js
├── .gitignore
├── README.md
├── normalise.css
└── index.html
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/favicon.ico
--------------------------------------------------------------------------------
/images/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/1.jpg
--------------------------------------------------------------------------------
/images/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/10.jpg
--------------------------------------------------------------------------------
/images/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/11.jpg
--------------------------------------------------------------------------------
/images/12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/12.jpg
--------------------------------------------------------------------------------
/images/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/13.jpg
--------------------------------------------------------------------------------
/images/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/14.jpg
--------------------------------------------------------------------------------
/images/15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/15.jpg
--------------------------------------------------------------------------------
/images/16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/16.jpg
--------------------------------------------------------------------------------
/images/17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/17.jpg
--------------------------------------------------------------------------------
/images/18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/18.jpg
--------------------------------------------------------------------------------
/images/19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/19.jpg
--------------------------------------------------------------------------------
/images/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/2.jpg
--------------------------------------------------------------------------------
/images/20.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/20.jpg
--------------------------------------------------------------------------------
/images/21.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/21.jpg
--------------------------------------------------------------------------------
/images/22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/22.jpg
--------------------------------------------------------------------------------
/images/23.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/23.jpg
--------------------------------------------------------------------------------
/images/24.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/24.jpg
--------------------------------------------------------------------------------
/images/25.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/25.jpg
--------------------------------------------------------------------------------
/images/26.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/26.jpg
--------------------------------------------------------------------------------
/images/27.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/27.jpg
--------------------------------------------------------------------------------
/images/28.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/28.jpg
--------------------------------------------------------------------------------
/images/29.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/29.jpg
--------------------------------------------------------------------------------
/images/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/3.jpg
--------------------------------------------------------------------------------
/images/30.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/30.jpg
--------------------------------------------------------------------------------
/images/31.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/31.jpg
--------------------------------------------------------------------------------
/images/32.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/32.jpg
--------------------------------------------------------------------------------
/images/33.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/33.jpg
--------------------------------------------------------------------------------
/images/34.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/34.jpg
--------------------------------------------------------------------------------
/images/35.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/35.jpg
--------------------------------------------------------------------------------
/images/36.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/36.jpg
--------------------------------------------------------------------------------
/images/37.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/37.jpg
--------------------------------------------------------------------------------
/images/38.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/38.jpg
--------------------------------------------------------------------------------
/images/39.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/39.jpg
--------------------------------------------------------------------------------
/images/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/4.jpg
--------------------------------------------------------------------------------
/images/40.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/40.jpg
--------------------------------------------------------------------------------
/images/41.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/41.jpg
--------------------------------------------------------------------------------
/images/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/5.jpg
--------------------------------------------------------------------------------
/images/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/6.jpg
--------------------------------------------------------------------------------
/images/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/7.jpg
--------------------------------------------------------------------------------
/images/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/8.jpg
--------------------------------------------------------------------------------
/images/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/danascript/algtivism/HEAD/images/9.jpg
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Everything style related
3 | */
4 |
5 | * {
6 | font-family: 'Josefin Slab', serif;
7 | }
8 |
9 | .nav {
10 | position: fixed;
11 | top: 0;
12 | padding: 1rem;
13 | border-bottom: 1px solid black;
14 | width: 100%;
15 | background-color: white;
16 | }
17 |
18 | .intro {
19 | margin-top: 55px;
20 | width: 80%;
21 | padding: 2rem;
22 | }
23 |
24 | .content {
25 | display: flex;
26 | justify-content: space-around;
27 | flex-wrap: wrap;
28 | align-items: center;
29 | }
30 |
31 | .example {
32 | margin-left: 1rem;
33 | margin-bottom: 1.5rem;
34 | }
35 |
36 | .example img {
37 | width: 500px;
38 | padding-bottom: .5rem;
39 | border-bottom: 1px solid black;
40 | }
41 |
42 | .number {
43 | display: inline-block;
44 | margin: 0;
45 | font-size: 2rem;
46 | }
47 |
48 | @media (max-width: 576px) {
49 | .example img {
50 | width: 250px;
51 | }
52 | }
--------------------------------------------------------------------------------
/script.js:
--------------------------------------------------------------------------------
1 | const adjustCanonicalLink =()=> {
2 | document.querySelector('link[rel="canonical"]').href = document.URL
3 | }
4 |
5 | const getSeoData = () => {
6 | const pageTitle = document.title
7 | const pageUrl = document.URL
8 | const pageDescription = document.querySelector('meta[name="description"]').content
9 | const pageImg = document.querySelectorAll('img')[0].src
10 |
11 | setOgSeoData({ pageTitle, pageUrl, pageDescription, pageImg })
12 | }
13 |
14 | const setOgSeoData = ({ pageTitle, pageUrl, pageDescription, pageImg }) => {
15 | document.querySelector('meta[property="og:url"]').content = pageUrl
16 | document.querySelector('meta[property="og:title"]').content = pageTitle
17 | document.querySelector('meta[property="og:site_name"]').content = pageTitle
18 | document.querySelector('meta[property="og:description"]').content = pageDescription
19 | document.querySelector('meta[property="og:image"]').content = pageImg
20 | }
21 |
22 | getSeoData()
23 | adjustCanonicalLink()
24 |
25 | /*
26 | * Add here any JavaScript you want to use
27 | */
28 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | ### Windows
2 | # Windows thumbnail cache files
3 | Thumbs.db
4 | Thumbs.db:encryptable
5 | ehthumbs.db
6 | ehthumbs_vista.db
7 |
8 | # Dump file
9 | *.stackdump
10 |
11 | # Folder config file
12 | [Dd]esktop.ini
13 |
14 | # Recycle Bin used on file shares
15 | $RECYCLE.BIN/
16 |
17 | # Windows Installer files
18 | *.cab
19 | *.msi
20 | *.msix
21 | *.msm
22 | *.msp
23 |
24 | # Windows shortcuts
25 | *.lnk
26 |
27 |
28 | ### Mac
29 | # General
30 | .DS_Store
31 | .AppleDouble
32 | .LSOverride
33 |
34 | # Icon must end with two \r
35 | Icon
36 |
37 | # Thumbnails
38 | ._*
39 |
40 | # Files that might appear in the root of a volume
41 | .DocumentRevisions-V100
42 | .fseventsd
43 | .Spotlight-V100
44 | .TemporaryItems
45 | .Trashes
46 | .VolumeIcon.icns
47 | .com.apple.timemachine.donotpresent
48 |
49 | # Directories potentially created on remote AFP share
50 | .AppleDB
51 | .AppleDesktop
52 | Network Trash Folder
53 | Temporary Items
54 | .apdisk
55 |
56 |
57 | ### LINUX
58 | *~
59 |
60 | # temporary files which can be created if a process still has a handle open of a deleted file
61 | .fuse_hidden*
62 |
63 | # KDE directory preferences
64 | .directory
65 |
66 | # Linux trash folder which might appear on any partition or disk
67 | .Trash-*
68 |
69 | # .nfs files are created when an open file is removed but is still being accessed
70 | .nfs*
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## 01.09.2020 UPDATE
2 | Hey! For the time being, in order to make an impact, we need the websites to have a slightly different content. This means 2 things:
3 | 1. I'm working on creating a randomiser for the content of your website so we still keep it easy-peasy contribution with one click
4 | 2. If you do fork the project after this date, please change the content around (scroll down to see the different suggestions I have for the meta tags of description&title, change up some pics, add text, go wild!), the structure can remain the same
5 |
6 | I'll update you once the randmosier is done, but until then there is a 99% chance our websites are going to be blocked by Google :( (DuckDuckGo and Ecosia are fine though)
7 |
8 | Now that you are informed you can choose what you wish to do :) Thanks!
9 |
10 |
11 | ## Algtivism
12 |
13 | Algtivism is a social project aimed to storm the search results of search engines by normalizing inclusion and diversity. Feel free to fork it but use it responsibly.
14 |
15 | To make it easier, I've set up all you need in order to have a basic running website and documented some steps/guide as to what to change (if you want to), where and how to find things.
16 |
17 | OR Watch it on YouTube [here](https://www.youtube.com/watch?v=24zFySpnBP4)!
18 |
19 | ---
20 |
21 | ### Live
22 |
23 | I'll keep all the websites you create in a list here below, so once you have it live, submit a PR request with a link to your created website and it'll appear here!
24 |
25 | 1. [https://danascript.github.io/algtivism/](https://danascript.github.io/algtivism/)
26 | 2. [https://georginapuig.github.io/algtivism/](https://georginapuig.github.io/algtivism/)
27 | 3. [https://rebeccafrey.github.io/algtivism/](https://rebeccafrey.github.io/algtivism/)
28 | 4. [https://hairyfrogfish.github.io/algtivism/](https://hairyfrogfish.github.io/algtivism/)
29 | 5. [https://syedacodes.github.io/algtivism/](https://syedacodes.github.io/algtivism/)
30 | 6. [https://caputocode.github.io/algtivism/](https://caputocode.github.io/algtivism/)
31 | 7. [https://funnyyouask.github.io/algtivism/](https://funnyyouask.github.io/algtivism/)
32 | 8. [https://astiv.github.io/algtivism/](https://astiv.github.io/algtivism/)
33 | 9. [https://theleanicole.github.io/algtivism/](https://theleanicole.github.io/algtivism/)
34 | 10. [https://www.thenewprofessionalsonline.com/](https://www.thenewprofessionalsonline.com/)
35 | 11. [https://walamotamed.github.io/algtivism/](https://walamotamed.github.io/algtivism/)
36 | 12. [https://bulliana.github.io/algtivism/](https://bulliana.github.io/algtivism/)
37 | 13. [https://aybakes.github.io/algtivism/](https://aybakes.github.io/algtivism/)
38 | 14. [https://chris-dvlpr.github.io/algtivism/](https://chris-dvlpr.github.io/algtivism/)
39 | 15. [https://antsukelee.github.io/algtivism/](https://antsukelee.github.io/algtivism/)
40 | 16. [https://matias2018.github.io/algtivism/](https://matias2018.github.io/algtivism/)
41 | 17. [https://harshdevl.github.io/algtivism/](https://harshdevl.github.io/algtivism/)
42 | 18. [https://emmahowes25.github.io/algtivism/](https://emmahowes25.github.io/algtivism/)
43 | 19. [https://architechnique.github.io/algtivism/](https://architechnique.github.io/algtivism/)
44 | 20. [https://algtivism.nathanhawkes.co.uk/](https://algtivism.nathanhawkes.co.uk/)
45 | 21.
46 |
47 | ---
48 |
49 | #### Structure
50 |
51 | - `index.html` > template, content, images
52 | - `style.css` > styling, fonts
53 | - `script.js` > anything JavaScript you wish
54 |
55 | #### How to run
56 |
57 | If you **_don't_** want to change anything, just fork the repo and scroll to the _**How to publish**_ section below
58 |
59 | If you **_do_** want to change things here and there:
60 |
61 | 1. Fork the repo
62 | 2. Clone it to your machine
63 | 3. Open it in an IDE of your choice
64 | 4. In ```index.html``` search for **_FILL IN_** and replace with your content or with some suggestion from the Meta Tags section below (this is the most important part for the SEO.)
65 | 5. Adjust some styles in `style.css` and change the content in `index.html`, check Images and Fonts section below
66 | 6. Once you're done - push the changes to your repo and check the How to Publish section to go live!
67 |
68 | _P.s. keep the website mobile friendly - important for SEO!_
69 |
70 | ---
71 |
72 | ### How to publish
73 |
74 | Once you have the repo in your GitHub, navigate to Settings > scroll to GitHub Pages section > in the source choose ```master branch``` and save! After some minutes your website should be up and running.
75 |
76 | ---
77 |
78 | >If you have ANY questions - please reach out to me or here or on Instagram [@_danascript_](https://www.instagram.com/_danascript_/).
79 |
80 | ---
81 |
82 | ### Content of choice
83 |
84 | You are free to use any content you wish (don't forget to check for copyrights!) but here are some tips/suggestions:
85 |
86 | #### Meta tags
87 |
88 | _**TIP**_: type in the search engine the term the results of which you wish to change (e.g. professional hairstyles), navigate to an example of your choice, click on the page to get the dropdown menu (right/left click on the mouse depending on your preferences) and choose ```View Page Source```. Now press ```Command + F``` or ```Ctrl + F``` and search for ```title``` and then ```description``` and here you go! All the information you need.
89 |
90 | ##### Titles
91 |
92 | - Professional Hairstyles
93 | - Hairstyles for Interviews
94 | - Workplace hairstyles
95 | - Hairstyles 2000 - 2020
96 | - Best Job Appropriate Hairstyles
97 | - Interview Appropriate Hairstyles
98 |
99 | ##### Descriptions
100 |
101 | - Get on your A game with these professional hairstyles! From paperwork to schmoozing clients, we give you the professional hairstyles you need to succeed.
102 |
103 | - How to style hair for a job interview to make a killer first impression? We collected 41 foolproof hairstyles that will help you to get your dream job!
104 |
105 | - How you style your hair for an interview can be just as important as the clothes that you wear. Read our guide that has the perfect style for you.
106 |
107 | - On your way to an important meeting that can change your life? Discover here the most rewarding interview hairstyles.
108 |
109 |
110 | #### Images and Fonts
111 |
112 | I found the current content on [Pexels](pexels.com) and the font from [Google Fonts](https://fonts.google.com/).
113 | Always check for copyrights of images/fonts/anything else you're taking from the web!
114 |
115 | For better SEO I highly recommend you to optimise the images (in Pexels you can already get them in the size you need) and run them through an optimising service (I use [Panda](https://tinypng.com/)).
116 |
--------------------------------------------------------------------------------
/normalise.css:
--------------------------------------------------------------------------------
1 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2 |
3 | /* Document
4 | ========================================================================== */
5 |
6 | /**
7 | * 1. Correct the line height in all browsers.
8 | * 2. Prevent adjustments of font size after orientation changes in iOS.
9 | */
10 |
11 | html {
12 | line-height: 1.15; /* 1 */
13 | -webkit-text-size-adjust: 100%; /* 2 */
14 | }
15 |
16 | /* Sections
17 | ========================================================================== */
18 |
19 | /**
20 | * Remove the margin in all browsers.
21 | */
22 |
23 | body {
24 | margin: 0;
25 | }
26 |
27 | /**
28 | * Render the `main` element consistently in IE.
29 | */
30 |
31 | main {
32 | display: block;
33 | }
34 |
35 | /**
36 | * Correct the font size and margin on `h1` elements within `section` and
37 | * `article` contexts in Chrome, Firefox, and Safari.
38 | */
39 |
40 | h1 {
41 | font-size: 2em;
42 | margin: 0.67em 0;
43 | }
44 |
45 | /* Grouping content
46 | ========================================================================== */
47 |
48 | /**
49 | * 1. Add the correct box sizing in Firefox.
50 | * 2. Show the overflow in Edge and IE.
51 | */
52 |
53 | hr {
54 | box-sizing: content-box; /* 1 */
55 | height: 0; /* 1 */
56 | overflow: visible; /* 2 */
57 | }
58 |
59 | /**
60 | * 1. Correct the inheritance and scaling of font size in all browsers.
61 | * 2. Correct the odd `em` font sizing in all browsers.
62 | */
63 |
64 | pre {
65 | font-family: monospace, monospace; /* 1 */
66 | font-size: 1em; /* 2 */
67 | }
68 |
69 | /* Text-level semantics
70 | ========================================================================== */
71 |
72 | /**
73 | * Remove the gray background on active links in IE 10.
74 | */
75 |
76 | a {
77 | background-color: transparent;
78 | }
79 |
80 | /**
81 | * 1. Remove the bottom border in Chrome 57-
82 | * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
83 | */
84 |
85 | abbr[title] {
86 | border-bottom: none; /* 1 */
87 | text-decoration: underline; /* 2 */
88 | text-decoration: underline dotted; /* 2 */
89 | }
90 |
91 | /**
92 | * Add the correct font weight in Chrome, Edge, and Safari.
93 | */
94 |
95 | b,
96 | strong {
97 | font-weight: bolder;
98 | }
99 |
100 | /**
101 | * 1. Correct the inheritance and scaling of font size in all browsers.
102 | * 2. Correct the odd `em` font sizing in all browsers.
103 | */
104 |
105 | code,
106 | kbd,
107 | samp {
108 | font-family: monospace, monospace; /* 1 */
109 | font-size: 1em; /* 2 */
110 | }
111 |
112 | /**
113 | * Add the correct font size in all browsers.
114 | */
115 |
116 | small {
117 | font-size: 80%;
118 | }
119 |
120 | /**
121 | * Prevent `sub` and `sup` elements from affecting the line height in
122 | * all browsers.
123 | */
124 |
125 | sub,
126 | sup {
127 | font-size: 75%;
128 | line-height: 0;
129 | position: relative;
130 | vertical-align: baseline;
131 | }
132 |
133 | sub {
134 | bottom: -0.25em;
135 | }
136 |
137 | sup {
138 | top: -0.5em;
139 | }
140 |
141 | /* Embedded content
142 | ========================================================================== */
143 |
144 | /**
145 | * Remove the border on images inside links in IE 10.
146 | */
147 |
148 | img {
149 | border-style: none;
150 | }
151 |
152 | /* Forms
153 | ========================================================================== */
154 |
155 | /**
156 | * 1. Change the font styles in all browsers.
157 | * 2. Remove the margin in Firefox and Safari.
158 | */
159 |
160 | button,
161 | input,
162 | optgroup,
163 | select,
164 | textarea {
165 | font-family: inherit; /* 1 */
166 | font-size: 100%; /* 1 */
167 | line-height: 1.15; /* 1 */
168 | margin: 0; /* 2 */
169 | }
170 |
171 | /**
172 | * Show the overflow in IE.
173 | * 1. Show the overflow in Edge.
174 | */
175 |
176 | button,
177 | input { /* 1 */
178 | overflow: visible;
179 | }
180 |
181 | /**
182 | * Remove the inheritance of text transform in Edge, Firefox, and IE.
183 | * 1. Remove the inheritance of text transform in Firefox.
184 | */
185 |
186 | button,
187 | select { /* 1 */
188 | text-transform: none;
189 | }
190 |
191 | /**
192 | * Correct the inability to style clickable types in iOS and Safari.
193 | */
194 |
195 | button,
196 | [type="button"],
197 | [type="reset"],
198 | [type="submit"] {
199 | -webkit-appearance: button;
200 | }
201 |
202 | /**
203 | * Remove the inner border and padding in Firefox.
204 | */
205 |
206 | button::-moz-focus-inner,
207 | [type="button"]::-moz-focus-inner,
208 | [type="reset"]::-moz-focus-inner,
209 | [type="submit"]::-moz-focus-inner {
210 | border-style: none;
211 | padding: 0;
212 | }
213 |
214 | /**
215 | * Restore the focus styles unset by the previous rule.
216 | */
217 |
218 | button:-moz-focusring,
219 | [type="button"]:-moz-focusring,
220 | [type="reset"]:-moz-focusring,
221 | [type="submit"]:-moz-focusring {
222 | outline: 1px dotted ButtonText;
223 | }
224 |
225 | /**
226 | * Correct the padding in Firefox.
227 | */
228 |
229 | fieldset {
230 | padding: 0.35em 0.75em 0.625em;
231 | }
232 |
233 | /**
234 | * 1. Correct the text wrapping in Edge and IE.
235 | * 2. Correct the color inheritance from `fieldset` elements in IE.
236 | * 3. Remove the padding so developers are not caught out when they zero out
237 | * `fieldset` elements in all browsers.
238 | */
239 |
240 | legend {
241 | box-sizing: border-box; /* 1 */
242 | color: inherit; /* 2 */
243 | display: table; /* 1 */
244 | max-width: 100%; /* 1 */
245 | padding: 0; /* 3 */
246 | white-space: normal; /* 1 */
247 | }
248 |
249 | /**
250 | * Add the correct vertical alignment in Chrome, Firefox, and Opera.
251 | */
252 |
253 | progress {
254 | vertical-align: baseline;
255 | }
256 |
257 | /**
258 | * Remove the default vertical scrollbar in IE 10+.
259 | */
260 |
261 | textarea {
262 | overflow: auto;
263 | }
264 |
265 | /**
266 | * 1. Add the correct box sizing in IE 10.
267 | * 2. Remove the padding in IE 10.
268 | */
269 |
270 | [type="checkbox"],
271 | [type="radio"] {
272 | box-sizing: border-box; /* 1 */
273 | padding: 0; /* 2 */
274 | }
275 |
276 | /**
277 | * Correct the cursor style of increment and decrement buttons in Chrome.
278 | */
279 |
280 | [type="number"]::-webkit-inner-spin-button,
281 | [type="number"]::-webkit-outer-spin-button {
282 | height: auto;
283 | }
284 |
285 | /**
286 | * 1. Correct the odd appearance in Chrome and Safari.
287 | * 2. Correct the outline style in Safari.
288 | */
289 |
290 | [type="search"] {
291 | -webkit-appearance: textfield; /* 1 */
292 | outline-offset: -2px; /* 2 */
293 | }
294 |
295 | /**
296 | * Remove the inner padding in Chrome and Safari on macOS.
297 | */
298 |
299 | [type="search"]::-webkit-search-decoration {
300 | -webkit-appearance: none;
301 | }
302 |
303 | /**
304 | * 1. Correct the inability to style clickable types in iOS and Safari.
305 | * 2. Change font properties to `inherit` in Safari.
306 | */
307 |
308 | ::-webkit-file-upload-button {
309 | -webkit-appearance: button; /* 1 */
310 | font: inherit; /* 2 */
311 | }
312 |
313 | /* Interactive
314 | ========================================================================== */
315 |
316 | /*
317 | * Add the correct display in Edge, IE 10+, and Firefox.
318 | */
319 |
320 | details {
321 | display: block;
322 | }
323 |
324 | /*
325 | * Add the correct display in all browsers.
326 | */
327 |
328 | summary {
329 | display: list-item;
330 | }
331 |
332 | /* Misc
333 | ========================================================================== */
334 |
335 | /**
336 | * Add the correct display in IE 10+.
337 | */
338 |
339 | template {
340 | display: none;
341 | }
342 |
343 | /**
344 | * Add the correct display in IE 10.
345 | */
346 |
347 | [hidden] {
348 | display: none;
349 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Professional Hairstyles
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 | Professional Hairstyles
38 |
39 |
40 |
41 |
42 |
43 | 41 hairstyles to rock to your next interview!
44 |
45 | If you’re looking for ideas for professional hairstyles for your next job interview or wanting to change of your look at your current job, then you’re in the right place! Below you'll find hairstyles for professional womxn in the marketplace.
46 |
47 |
48 |
49 |
50 |
1.
51 |
52 |
53 |
54 |
2.
55 |
56 |
57 |
58 |
3.
59 |
60 |
61 |
62 |
4.
63 |
64 |
65 |
66 |
5.
67 |
68 |
69 |
70 |
6.
71 |
72 |
73 |
74 |
7.
75 |
76 |
77 |
78 |
8.
79 |
80 |
81 |
82 |
9.
83 |
84 |
85 |
86 |
10.
87 |
88 |
89 |
90 |
11.
91 |
92 |
93 |
94 |
12.
95 |
96 |
97 |
98 |
13.
99 |
100 |
101 |
102 |
14.
103 |
104 |
105 |
106 |
15.
107 |
108 |
109 |
110 |
16.
111 |
112 |
113 |
114 |
17.
115 |
116 |
117 |
118 |
18.
119 |
120 |
121 |
122 |
19.
123 |
124 |
125 |
126 |
20.
127 |
128 |
129 |
130 |
21.
131 |
132 |
133 |
134 |
22.
135 |
136 |
137 |
138 |
23.
139 |
140 |
141 |
142 |
24.
143 |
144 |
145 |
146 |
25.
147 |
148 |
149 |
150 |
26.
151 |
152 |
153 |
154 |
27.
155 |
156 |
157 |
158 |
28.
159 |
160 |
161 |
162 |
29.
163 |
164 |
165 |
166 |
30.
167 |
168 |
169 |
170 |
31.
171 |
172 |
173 |
174 |
32.
175 |
176 |
177 |
178 |
33.
179 |
180 |
181 |
182 |
34.
183 |
184 |
185 |
186 |
35.
187 |
188 |
189 |
190 |
36.
191 |
192 |
193 |
194 |
37.
195 |
196 |
197 |
198 |
38.
199 |
200 |
201 |
202 |
39.
203 |
204 |
205 |
206 |
40.
207 |
208 |
209 |
210 |
41.
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------