Skip to content

Commit

Permalink
changes link directories
Browse files Browse the repository at this point in the history
  • Loading branch information
tataw-cl committed Nov 5, 2023
1 parent 05ef78e commit f326bf6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion About.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<section class="about" id="about">
<div class="about-img">
<img src="/images/my_pic1.jpg" alt="">
<img src="my_pic1.jpg" alt="">
</div>

<div class="about-content">
Expand Down
18 changes: 9 additions & 9 deletions Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h2 class="heading"> Our<span> Services</span></h1>
<div>
<h3>Web developement</h3>
</div>
<div> <img src="/images/bxl-html5.svg" alt="">
<img src="/images/bxl-css3.svg" alt="">
<img src="/images/bxl-javascript.svg" alt=""></div>
<div> <img src="bxl-html5.svg" alt="">
<img src="bxl-css3.svg" alt="">
<img src="bxl-javascript.svg" alt=""></div>
<br>

</div>
Expand All @@ -41,7 +41,7 @@ <h3>Web developement</h3>
<div>
<h3>Video Editing</h3>
</div>
<div> <img src="/images/bx-video-recording.svg">
<div> <img src="bx-video-recording.svg">
</div>

<br>
Expand All @@ -53,7 +53,7 @@ <h3>Video Editing</h3>
<div>
<h3>Hardware Maintainance</h3>
</div>
<div> <img src="/images/bx-hdd.svg">
<div> <img src="bx-hdd.svg">
</div>
<br>

Expand All @@ -75,7 +75,7 @@ <h2>OTHER PROGRAMMING <span>LANGUAGES</span></h2>
<div>
<h3>C/C++</h3>
</div>
<div> <img src="/images/bxl-c-plus-plus.svg"></div>
<div> <img src="bxl-c-plus-plus.svg"></div>

<br>

Expand All @@ -86,7 +86,7 @@ <h3>C/C++</h3>
<div>
<h3>Javascript</h3>
</div>
<div><img src="/images/bxl-javascript.svg"></div>
<div><img src="bxl-javascript.svg"></div>

<br>

Expand All @@ -97,7 +97,7 @@ <h3>Javascript</h3>
<div>
<h3>Python</h3>
</div>
<img src="/images/bxl-python.svg">
<img src="bxl-python.svg">

<br>

Expand All @@ -108,7 +108,7 @@ <h3>Python</h3>
<div>
<h3>PHP</h3>
</div>
<div> <img src="/images/bxl-php.svg"> </div>
<div> <img src="bxl-php.svg"> </div>
<br>

</div>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Portfolio</title>
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" type="text/css" href="sheet.css">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>

<body>
Expand Down Expand Up @@ -37,15 +37,15 @@ <h3>And I'm a <span>Frontend Developer</span> and <span>Computer programmer</spa
<p>Our aim is bent on achieving our objective efficiently and in time and making it usable upon release, and satisfying demand</p>
<p style="font-size: 3.2rem;">Come and let's <span>achieve greatness </span> together</p>
<div class="social-media">
<a href="https/www.facebook.com" target="blank"><img class="icons" src="/images/facebook-circle-logo-24.png"></a>
<a href="https://github.com/tataw-cl" target="blank"><img class="icons" src="/images/github.svg"></a>
<a href="https://www.linkedin.com/in/tataw-clarkson-904a7a296/" target="blank"><img class="icons" src="/images/linkedin.svg"></a>
<a href="https/www.facebook.com" target="blank"><img class="icons" src="facebook-circle-logo-24.png"></a>
<a href="https://github.com/tataw-cl" target="blank"><img class="icons" src="github.svg"></a>
<a href="https://www.linkedin.com/in/tataw-clarkson-904a7a296/" target="blank"><img class="icons" src="linkedin.svg"></a>
<!--<a href="#"><img class="icons" src="images/facebook.png"></a>-->
</div>
<a href="#" class="btn">Download resume</a>
</div>
<div class="home-image">
<img src="/images/my_pic.png" alt="">
<img src="my_pic.png" alt="">
</div>

</section>
Expand Down
1 change: 1 addition & 0 deletions portfolio_site
Submodule portfolio_site added at 276057

0 comments on commit f326bf6

Please sign in to comment.