Skip to content

Commit

Permalink
Merge pull request #56 from code4policy/ayush
Browse files Browse the repository at this point in the history
Renamed "Team" page to "About" and some graphical stuff
  • Loading branch information
Nostradamus2x authored Jan 12, 2024
2 parents 63d4dce + 533fcf4 commit 8261fb3
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion BAviz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="../state_sectors">State Small Business Profile by Sector </a>
<a href="../dataviz_fin">Historical Funding Patterns</a>
<a href="../BAviz">Historical Small Business Formation</a>
<a href="../team">About Us</a>
<a href="../about">About Us</a>
</nav>

<h1>Number of Business Application</h1>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 6 additions & 5 deletions team/index.html → about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="main-container">
<nav>

<nav>
<!-- Add navigation bar options with placeholders -->
<a href=../index.html>Home</a>
<a href="../state_sectors">State Small Business Profile by Sector </a>
<a href="../dataviz_fin">Historical Funding Patterns</a>
<a href="../BAviz">Historical Small Business Formation</a>
<a href="../team">About Us</a>
<a href="../about">About Us</a>
</nav>

<div class="main-container">
<h2>Our Team</h2>
<hr>
<div class="members">
Expand Down Expand Up @@ -66,7 +67,7 @@ <h4>Samya Mishra</h4>
<div class="bio">
<h4>Ayush Shukla</h4>
<p>MPA/ID Candidate, 2025</p>
<p>Smaaaaarrty boi this one</p>
<p>Panickkkkkk this one</p>
</div>
</div>
</div>
Expand Down
File renamed without changes.
18 changes: 10 additions & 8 deletions team/style.css → about/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap');

* {
margin: 0;
margin: 30;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
Expand All @@ -14,6 +14,7 @@ body {
background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
background-size: 10px 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
Expand Down Expand Up @@ -44,12 +45,12 @@ hr {
.members {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-evenly;
}

.team-member {
width: calc(25% - 20px);
margin: 20px;
width: calc(40% - 20px);
margin: 10px;
transition: all 0.3s ease;
cursor: pointer;
}
Expand All @@ -66,8 +67,8 @@ hr {
}

.profile-circle {
width: 80px;
height: 80px;
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
Expand All @@ -94,10 +95,11 @@ p {
color: #555;
}


nav {
background-color: #333;
overflow: hidden;
width: 100%;
display: flex;
/* overflow: hidden;*/
}

nav a {
Expand Down
2 changes: 1 addition & 1 deletion dataviz_fin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="../state_sectors">State Small Business Profile by Sector </a>
<a href="../dataviz_fin">Historical Funding Patterns</a>
<a href="../BAviz">Historical Small Business Formation</a>
<a href="../team">About Us</a>
<a href="../about">About Us</a>
</nav>


Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="state_sectors">State Small Business Profile by Sector </a>
<a href="dataviz_fin">Historical Funding Patterns</a>
<a href="BAviz">Historical Small Business Formation</a>
<a href="team">About Us</a>
<a href="about">About Us</a>
</nav>

<h1>Supporting Small Businesses through Economic Shocks</h1>
Expand Down
2 changes: 1 addition & 1 deletion state_sectors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="../state_sectors">State Small Business Profile by Sector </a>
<a href="../dataviz_fin">Historical Funding Patterns</a>
<a href="../BAviz">Historical Small Business Formation</a>
<a href="../team">About Us</a>
<a href="../about">About Us</a>
</nav>
<h1>Which Types of Small Businesses Prevail in Each State?</h1>

Expand Down

0 comments on commit 8261fb3

Please sign in to comment.