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
11 changes: 5 additions & 6 deletions app/src/components/about/about.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<section>
<h2>About TechFolio</h2>
<br/>
<p>The TechFolio app is a personal portfolio tool for software developers.
<section class="boxes boxshadow">
<h2 class="about">About TechFolio</h2>
<p class="about1">The TechFolio app is a personal portfolio tool for software developers.
This app provides the user with a single-page app that consolidates, exchanges, and updates personal data with Github, LinkedIn, and Twitter. This app will also enable the user to further expand the site's capabilities with additional social media and blog sites.

<br/><br/>
For Github, the app will enable users to list all of their repositories, with the ability to select / de-select specific projects to display. As a stretch goal for our Github feature, the app will display the user's most recent project commits; incorporating Github's activity heat-map display and tweeting this activity via Twitter.

<br/><br/>
For LinkedIn, the app will enable users to update and display their LinkedIn profiles; incorporating API-available data such as the user's photo, work history, personal profile information, etc.
</p>
</section>
15 changes: 15 additions & 0 deletions app/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@ input {
width: 600px;
}

.about {
color: black;
margin-left: 45px;
margin-right: 45px;
}

.about1 {
color: black;
font-family: 'Raleway', sans-serif;
font-size: 20px;
font-weight: 600;
margin-left: 45px;
margin-right: 45px;
}

// buttons styling

.dashboard {
Expand Down