|  | 
| 6 | 6 |         <meta name="viewport" content="width=device-width", initial-scale="1.0"> | 
| 7 | 7 |         <title>Personal Portfolio Website</title> | 
| 8 | 8 |         <link rel="stylesheet" href="style.css"> | 
|  | 9 | +        <script src="https://kit.fontawesome.com/0579656838.js" crossorigin="anonymous"></script> | 
| 9 | 10 |     </head> | 
| 10 | 11 |     <body> | 
| 11 | 12 |         <div id="header"> | 
|  | 
| 15 | 16 |                     <ul> | 
| 16 | 17 |                         <li><a href="#">Home</a></li> | 
| 17 | 18 |                         <li><a href="#">About</a></li> | 
| 18 |  | -                        <li><a href="#">Services</a></li> | 
| 19 |  | -                        <li><a href="Emmanuel_CV.html">Portfolio</a></li> | 
|  | 19 | +                        <li><a href="#">Projects</a></li> | 
| 20 | 20 |                         <li><a href="#">Contact</a></li> | 
| 21 | 21 |                     </ul> | 
| 22 | 22 |                 </nav> | 
| 23 | 23 |                 <div class="header-text"> | 
| 24 |  | -                    <p>AI/Software Engineer!</p> | 
| 25 |  | -                    <h1>Hi, I'm <span >Emmanuel</span><br> from Delaware</h1> | 
|  | 24 | +                    <h1>Hi, <br> I'm <span >Emmanuel</span></h1> | 
|  | 25 | +                    <p>Applied Mathematican</p> | 
|  | 26 | +                    <p>Front-End Enginner</p> | 
|  | 27 | +                    <p>AI/Computer Vision Enginner</p> | 
| 26 | 28 |                 </div> | 
| 27 | 29 |             </div> | 
| 28 | 30 |         </div> | 
| @@ -71,15 +73,100 @@ <h1 class="sub-title">About Me</h1> | 
| 71 | 73 |                 </div> | 
| 72 | 74 |             </div> | 
| 73 | 75 |         </div> | 
| 74 |  | -        <!-- ----------------------Services--------------------------------- --> | 
|  | 76 | +        <!-- ----------------------Projects--------------------------------- --> | 
| 75 | 77 |          <div id="services"> | 
| 76 | 78 |             <div class="container"> | 
| 77 |  | -                <h1 class="sub-title">My Services</h1> | 
|  | 79 | +                <h1 class="sub-title">Projects</h1> | 
| 78 | 80 |                 <div class="services-list"> | 
| 79 |  | -                     | 
|  | 81 | +                    <div> | 
|  | 82 | +                        <i class="fa-solid fa-plus"></i> | 
|  | 83 | +                        <h2>Numerical Simulation with MATLAB</h2> | 
|  | 84 | +                        <p>I create and design a full responsive website for cliets and business</p> | 
|  | 85 | +                        <a href="">Learn more</a> | 
|  | 86 | +                    </div> | 
|  | 87 | +                    <div> | 
|  | 88 | +                        <i class="fa-solid fa-brain"></i> | 
|  | 89 | +                        <h2>Artificial Intelligence</h2> | 
|  | 90 | +                        <p>I create and design a full responsive website for cliets and business</p> | 
|  | 91 | +                        <a href="">Learn more</a> | 
|  | 92 | +                    </div> | 
|  | 93 | +                    <div> | 
|  | 94 | +                        <i class="fa-solid fa-code"></i> | 
|  | 95 | +                        <h2>Web Developent</h2> | 
|  | 96 | +                        <p>I create and design a full responsive website for cliets and business</p> | 
|  | 97 | +                        <a href="">Learn more</a> | 
|  | 98 | +                    </div> | 
|  | 99 | +                    <div> | 
|  | 100 | +                        <i class="fa-brands fa-app-store"></i> | 
|  | 101 | +                        <h2>App Develpment</h2> | 
|  | 102 | +                        <p>I create and design a full responsive website for cliets and business</p> | 
|  | 103 | +                        <a href="">Learn more</a> | 
|  | 104 | +                    </div> | 
| 80 | 105 |                 </div> | 
| 81 | 106 |             </div> | 
| 82 | 107 |          </div> | 
|  | 108 | + | 
|  | 109 | +         <!-- ----------------Portfolio Projects--------------------- --> | 
|  | 110 | +        <div id="portfolioprojects"> | 
|  | 111 | +            <div class="container"> | 
|  | 112 | +                <div class="expandp"> | 
|  | 113 | +                    <div>  | 
|  | 114 | +                        <h2> | 
|  | 115 | +                            Expanding Functions into the Haar Wavelet Series  | 
|  | 116 | +                            <img src="Images/matlablogo.png"> | 
|  | 117 | +                        </h2> | 
|  | 118 | +                        <p>Suppose f(x) is square integrable, we can expand represent the function as a linear combination of Haar Wavelets.</p> | 
|  | 119 | +                        <nav class="code-links"> | 
|  | 120 | +                            <a href="#"> <i class="fa-solid fa-code-branch"></i> Code</a> | 
|  | 121 | +                            <a href="#"> <i class="fa-brands fa-github"></i></i> github</a> | 
|  | 122 | +                        </nav> | 
|  | 123 | +                    </div> | 
|  | 124 | +                    <div>  | 
|  | 125 | +                        <h2> | 
|  | 126 | +                            Finite Difference Implementation in MATLAB | 
|  | 127 | +                            <img src="Images/matlablogo.png"> | 
|  | 128 | +                        </h2>  | 
|  | 129 | +                        <p>Implemented different Finite Difference Schemes for Heat equation.</p> | 
|  | 130 | +                        <nav class="code-links"> | 
|  | 131 | +                            <a href="#"> <i class="fa-solid fa-code-branch"></i> Code</a> | 
|  | 132 | +                            <a href="#"> <i class="fa-brands fa-github"></i></i> github</a> | 
|  | 133 | +                        </nav>  | 
|  | 134 | +                    </div> | 
|  | 135 | +                    <div> | 
|  | 136 | +                        <h2> | 
|  | 137 | +                            Discretizing the Wave Equation: A Comparative Study of Numerical Methods | 
|  | 138 | +                            <img src="Images/matlablogo.png"> | 
|  | 139 | +                        </h2> | 
|  | 140 | +                        <p>Implemented different Finite Difference Schemes for Heat equation.</p> | 
|  | 141 | +                        <nav class="code-links"> | 
|  | 142 | +                            <a href="#"> <i class="fa-solid fa-code-branch"></i> Code</a> | 
|  | 143 | +                            <a href="#"> <i class="fa-brands fa-github"></i></i> github</a> | 
|  | 144 | +                        </nav>  | 
|  | 145 | +                    </div> | 
|  | 146 | +                    <div> | 
|  | 147 | +                        <h2> | 
|  | 148 | +                            Galerkin approximation of advection-diffusion equation | 
|  | 149 | +                            <img src="Images/matlablogo.png"> | 
|  | 150 | +                        </h2> | 
|  | 151 | +                        <p>Implemented different Finite Difference Schemes for Heat equation.</p> | 
|  | 152 | +                        <nav class="code-links"> | 
|  | 153 | +                            <a href="#"> <i class="fa-solid fa-code-branch"></i> Code</a> | 
|  | 154 | +                            <a href="#"> <i class="fa-brands fa-github"></i></i> github</a> | 
|  | 155 | +                        </nav>  | 
|  | 156 | +                    </div> | 
|  | 157 | +                    <div> | 
|  | 158 | +                        <h2> | 
|  | 159 | +                            Image Compression and De-blurring | 
|  | 160 | +                            <img src="Images/matlablogo.png"> | 
|  | 161 | +                        </h2> | 
|  | 162 | +                        <p>Implemented different Finite Difference Schemes for Heat equation.</p> | 
|  | 163 | +                        <nav class="code-links"> | 
|  | 164 | +                            <a href="#"> <i class="fa-solid fa-code-branch"></i> Code</a> | 
|  | 165 | +                            <a href="#"> <i class="fa-brands fa-github"></i></i> github</a> | 
|  | 166 | +                        </nav>  | 
|  | 167 | +                    </div> | 
|  | 168 | +                </div> | 
|  | 169 | +        </div> | 
| 83 | 170 |         <script> | 
| 84 | 171 |             var tablinks = document.getElementsByClassName("tab-links") | 
| 85 | 172 |             var tabcontents = document.getElementsByClassName("tab-contents") | 
|  | 
0 commit comments