Skip to content

Commit

Permalink
Added folder structure and parcel builder
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithkin committed Feb 18, 2023
1 parent f7f5218 commit d9a533b
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "inst-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build" : "parcel build public/inst.htm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elizabeth-Sotade/inst-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elizabeth-Sotade/inst-web/issues"
},
"homepage": "https://github.com/Elizabeth-Sotade/inst-web#readme"
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 9 additions & 9 deletions inst.html → public/inst.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport"content="width=device-width, initial-scale=1" />

<title>Instrument</title>
<link rel="stylesheet" href="inst.css">
<link rel="stylesheet" href="../src/inst.css">
</head>
<body>

Expand All @@ -19,7 +19,7 @@
</br></br></br></br></br>
<section>
<center>
<img src="0.jpeg" width="70%" height="70%">
<img src="./assets/0.jpeg" width="70%" height="70%">
</br></br>
<p>We are investing $3million over the next three years in our Build/Grow/Serve program, created to support and empower Black and underrepresented communities.</p>
</br>
Expand All @@ -28,27 +28,27 @@
</section>
</br></br>
<div class="center">
<img src="what-we-do.jpg" alt="show" width="90%" height="90%">
<img src="./assets/what-we-do.jpg" alt="show" width="90%" height="90%">
<p class="four">We enrich human lives through the thoughtful application of design and technology.</p>
</div>
</br></br>


<img src="83.jpeg" class="img" width="50%" height="50%">
<img src="./assets/83.jpeg" class="img" width="50%" height="50%">
<h6>In the summer of 2020,we reported our representation data and commitment to doing so annually.One year later,we are pleased to share an update on our goals, our progress,and the work that still needs to be done.


</h6>

<br>
<img src="nail.jpg" class="Sec" width="50%" height="50%">
<img src="./assets/nail.jpg" class="Sec" width="50%" height="50%">
<h6 class="six">In our third episode of On Air,we explore all thats happened within the last six months, the reality of showing up everyday as BIPOC employee in corporate America, and our future vision diversity, equity and inclusion.

</h6>

<div>
</br>
<img src="ail.jpeg" height="50%" width="50%" class="third">
<img src="./assets/ail.jpeg" height="50%" width="50%" class="third">
<h6>As a full-service partner to the world's most ambitious companies, we create transformational change through best-in-class digital products and communication.

</h6>
Expand All @@ -68,7 +68,7 @@ <h3><center>Explore one of our most impact project</center></h3>
<div>

<center>
<img src="grid.jpg" width="70%" height="70%">
<img src="./assets/grid.jpg" width="70%" height="70%">
<h3>Levi's</h3>
<p class="four">We patnered with Levi's,
an icon of American industry and culture, to reimagine levi.com
Expand All @@ -78,7 +78,7 @@ <h3>Levi's</h3>

<div>
<center>
<img src="93.jpg" width="70%" height="70%">
<img src="./assets/93.jpg" width="70%" height="70%">
<h3>Dropbox Band Campaign</h3>
<p class="four">Dropbox is on a path to becoming a multi-product company. To bring their customers new ana along for that journey.We helped reimagine how Dropbox engage with their audience.</p>
</center>
Expand All @@ -87,7 +87,7 @@ <h3>Dropbox Band Campaign</h3>

</br></br>

<img src="dwell.png" class="logo"width="40%" height="40%" attribute="14px"> <img src="logo.png" width="50%" height="50%">
<img src="./assets/dwell.png" class="logo"width="40%" height="40%" attribute="14px"> <img src="./assets/logo.png" width="50%" height="50%">


</br></br></br></br>
Expand Down
File renamed without changes.

0 comments on commit d9a533b

Please sign in to comment.