Skip to content

Commit

Permalink
adding smartglassdr
Browse files Browse the repository at this point in the history
  • Loading branch information
“Joe committed Feb 10, 2024
1 parent a4884f8 commit ae470ff
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified src/.DS_Store
Binary file not shown.
Binary file added src/assets/SmartGlassDR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 59 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h3 class="project-wrapper__text-title">FM TALENT</h3>
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="https://industriasbellin.000webhostapp.com/"
href="https://fmtalent.cl"
>
See Live
</a>
Expand Down Expand Up @@ -293,6 +293,64 @@ <h3 class="project-wrapper__text-title">FM TALENT</h3>
</div>
<!-- /END Project -->

<!-- Notice: each .row is a project -->
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="project-wrapper__text load-hidden">
<h3 class="project-wrapper__text-title">SMART GLASS DR</h3>
<div>
<p class="mb-4">
It was my first website creation as a freelancer, a corporate website, to show information about the services provided
by the company Industrias Bellin, in the Dominican Republic.
<br/>
<br/>
In this project we worked with HTML/CSS and Javascript from the beginning and with the help of the Bootstrap framework.
In this also worked the backend process and configuration of domains, redirection and configuration of emails.
<br/>
<br/>
We also worked on every graphic content incorporated in the whole site.
</p>
</div>
<a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="https://smartglassdr.com/"
>
See Live
</a>
<!-- <a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="#!"
>
Source Code
</a> -->
</div>
</div>
<div class="col-lg-8 col-sm-12">
<div class="project-wrapper__image load-hidden">
<a rel="noreferrer" href="https://smartglassdr.com/" target="_blank">
<div
data-tilt
data-tilt-max="4"
data-tilt-glare="true"
data-tilt-max-glare="0.5"
class="thumbnail rounded js-tilt"
>
<img
alt="Project Image"
class="img-fluid"
src="assets/SmartGlassDR.png"
/>
</div>
</a>
</div>
</div>
</div>
<!-- /END Project -->




Expand Down

0 comments on commit ae470ff

Please sign in to comment.