Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added Portfolios/.DS_Store
Binary file not shown.
268 changes: 139 additions & 129 deletions Portfolios/Brutalist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>

<!--
<!--

Yo, Bretheren.

Expand Down Expand Up @@ -49,142 +49,152 @@
(_.--__) (_.--__)
-->

<!-- The boring part! -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My First Portfolio</title>
<meta content="Development portfolio of .... " name="description" property="og:description">
<!-- The boring part! -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My First Portfolio</title>
<meta content="Development portfolio of .... " name="description" property="og:description">

<!-- Link to the relevant stylesheet -->
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<!-- Link to the relevant stylesheet -->
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">

</head>


<body>

<!-- Loading-Screen -->
<div class="loading"></div>
<!-- Loading-Screen -->


<!-- Heading Section Begins -->
<section class="header">
<div class="column-left">
<h2 class="logo-type">James Bedford</h2>
</div>
<div class="column-main">
<h3 class="header-services">Full-Stack Developer</h3>
<div class="column-right header-contact">
<a href="mailto:hello@myemailaddress.com" class="text-light">hello@myemailaddress.com</a>
</div>
</div>
</section>
<!-- Heading section ends. -->



<!-- Portfolio begins -->

<!-- Each of the following sections contains a left column and a main cloumn -->

<!-- First section begins -->
<section>
<div class="column-left">
<h2>Tools I Use</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>Javascript, React, Node, Express, GraphQL </h1>
</div>
</div>
</section>
<!-- First section ends -->

<!-- Second section begins -->
<section>
<div class="column-left">
<h2>Projects</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
I am currently working on, <a href="#" class="text-light link-within-h1">Dev-Folios,</a><a
href="#" class="text-light link-within-h1">WebsiteOne,</a><a href="#"
class="text-light link-within-h1"></a><a href="#" class="text-light link-within-h1">WebsiteTwo,</a><a
href="#" class="text-light link-within-h1">WebsiteThree,</a></a><a href="#"
class="text-light link-within-h1">WebsiteFour</a>and <a href="#" class="text-light link-within-h1">this
project</a>
</h1>
</div>
</div>
</section>
<!-- Second section ends -->

<!-- Third section begins -->
<section>
<div class="column-left">
<h2>Services</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
Development, Design, Content Creation</h1>
</div>
</div>
</section>
<!-- Third section ends -->

<!-- Fourth section begins -->
<section>
<div class="column-left">
<h2>My Clients</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
Client One, Client Two, Client Three
</h1>
</div>
</div>
</section>
<!-- Fourth section ends -->

<!-- Fifth section begins -->
<section>
<div class="column-left">
<h2>Articles</h2>
</div>
<div class="column-main">
<div class="column-main-container-large column-with-links">
<a href="#" class="link">
Article One
</a><br class="link-line-break">
<a href="#" class="link">
Article Two
</a><br class="link-line-break">
<a href="#" class="link last-link-without-margin">
Article Three
</a>
</div>
</div>
</section>
<!-- Fifth section ends -->

<!-- Portfolio ends -->

<!-- Footer section begins -->
<section class="footer">
<div class="column-left">
</div>
<div class="column-main">
<h3>James Bedford. All Rights Reserved. 2019. </h3>
</div>
</section>
<!-- Footer section ends -->
<!-- Loading-Screen -->
<div class="loading"></div>
<!-- Loading-Screen -->


<!-- Heading Section Begins -->
<section class="header">
<div class="column-left">
<h2 class="logo-type">James Bedford</h2>
</div>
<div class="column-main">
<h3 class="header-services">Full-Stack Developer</h3>
<div class="column-right header-contact">
<a href="mailto:hello@myemailaddress.com" class="text-light">hello@myemailaddress.com</a>
</div>
</div>
</section>
<!-- Heading section ends. -->






<!-- Portfolio begins -->

<!-- Each of the following sections contains a left column and a main cloumn -->

<!-- First section begins -->
<section class="tools">
<div class="column-left">
<h2>Tools I Use</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>Javascript, React, Node, Express, GraphQL </h1>
</div>
</div>
</section>
<!-- First section ends -->


<!-- Second section begins -->
<section class="tools">
<div class="column-left">
<h2>Projects</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
I am currently working on, <a href="#" class="text-light link-within-h1">Dev-Folios,</a><a href="#"
class="text-light link-within-h1">WebsiteOne,</a><a href="#" class="text-light link-within-h1"></a><a
href="#" class="text-light link-within-h1">WebsiteTwo,</a><a href="#"
class="text-light link-within-h1">WebsiteThree,</a><a href="#"
class="text-light link-within-h1">WebsiteFour</a>and <a href="#" class="text-light link-within-h1">this
project</a>
</h1>
</div>
</div>
</section>
<!-- Second section ends -->



<!-- Third section begins -->
<section class="tools">
<div class="column-left">
<h2>Services</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
Development, Design, Content Creation</h1>
</div>
</div>
</section>
<!-- Third section ends -->



<!-- Fourth section begins -->
<section class="tools">
<div class="column-left">
<h2>My Clients</h2>
</div>
<div class="column-main">
<div class="column-main-container-large">
<h1>
Client One, Client Two, Client Three
</h1>
</div>
</div>
</section>
<!-- Fourth section ends -->



<!-- Fifth section begins -->
<section class="tools">
<div class="column-left">
<h2>Articles</h2>
</div>
<div class="column-main">
<div class="column-main-container-large column-with-links">
<a href="#" class="link">
Article One
</a><br class="link-line-break">
<a href="#" class="link">
Article Two
</a><br class="link-line-break">
<a href="#" class="link last-link-without-margin">
Article Three
</a>
</div>
</div>
</section>
<!-- Fifth section ends -->

<!-- Portfolio ends -->

<!-- Footer section begins -->
<section class="footer">
<div class="column-left">
</div>
<div class="column-main">
<h3 class="footer-text">James Bedford. All Rights Reserved. 2019. </h3>
</div>
</section>
<!-- Footer section ends -->


</body>

</html>
</html>
Loading