├── 4.png ├── OLOO_LOGO1.png ├── headerbg.jpeg ├── 20240505_153428.jpg ├── styles.css ├── index.html └── headers.css /4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenLegacy/PortfolioTrial/HEAD/4.png -------------------------------------------------------------------------------- /OLOO_LOGO1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenLegacy/PortfolioTrial/HEAD/OLOO_LOGO1.png -------------------------------------------------------------------------------- /headerbg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenLegacy/PortfolioTrial/HEAD/headerbg.jpeg -------------------------------------------------------------------------------- /20240505_153428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenLegacy/PortfolioTrial/HEAD/20240505_153428.jpg -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 0; 4 | font-family: sans-serif; 5 | } 6 | nav{ 7 | display: flex; 8 | position: fixed; 9 | width: 74%; 10 | margin:auto; 11 | padding:20px 0; 12 | align-items: center; 13 | justify-content: space-between; 14 | min-width: 300px; 15 | right: 50px; 16 | } 17 | nav ul li{ 18 | display: inline-block; 19 | list-style: none; 20 | margin: 10px 20px; 21 | } 22 | nav ul li a{ 23 | text-decoration: none; 24 | color: black; 25 | font-weight: bold; 26 | } 27 | nav ul li a:hover{ 28 | color:red; 29 | } 30 | .details{ 31 | margin-left: 4%; 32 | margin-top: 8%; 33 | } 34 | .details h1{ 35 | font-size: 50px; 36 | color: #212121; 37 | } 38 | span{ 39 | color: orange; 40 | } 41 | .details a{ 42 | background: #000; 43 | padding: 10px 10px; 44 | text-decoration: none; 45 | font-weight: bold; 46 | color: #fff; 47 | display: inline-block; 48 | margin-top: 55px; 49 | margin: 30px; 50 | border-radius: 10px; 51 | border-color: none; 52 | 53 | } 54 | .profilepic{ 55 | z-index: 0; 56 | 57 | } 58 | .profilepic img{ 59 | position: absolute; 60 | border-radius: 50%; 61 | top: 160px; 62 | right: 120px; 63 | height: 370px; 64 | width: 370px; 65 | margin-bottom: 20px; 66 | 67 | } 68 | .dynamic-details .job{ 69 | font-size: 30px; 70 | color: #2c3e50; 71 | display: flex; 72 | font-weight: 700; 73 | margin-top: 10px; 74 | margin-bottom: 10px; 75 | 76 | } 77 | .dynamic-details .job .typing-text{ 78 | color: #1de2d1; 79 | margin-left: 10px; 80 | white-space: nowrap; 81 | overflow: hidden; 82 | padding-right: 2px; 83 | border-right: 3px solid #b98118; 84 | animation: typing 14s steps(37) infinite; 85 | } 86 | @keyframes typing{ 87 | 0%{ 88 | width: 0ch; 89 | } 90 | 50%{ 91 | width: 37ch; 92 | } 93 | 100%{ 94 | width: 0ch; 95 | } 96 | } 97 | .button1{ 98 | margin: 20px 2 2 50px; 99 | color: #fff; 100 | margin: 0 10px; 101 | padding: 8px 16px; 102 | font-size: 18px; 103 | cursor: pointer; 104 | border-radius:6px; 105 | outline: none; 106 | border: solid #08833f; 107 | transform: all 0.3s ease; 108 | background: linear-gradient(135deg, #2afadf 10%, #c346c2 100%); 109 | margin-bottom: 20px; 110 | margin-top: 20px; 111 | } 112 | .button1:hover{ 113 | transform: scale(0.98); 114 | background: linear-gradient(135deg, #424099 10%, #08833f 100%); 115 | color: #b98118; 116 | } 117 | 118 | 119 | 120 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Welcome To My Official Portfolio Website. Here I Showcase Great Academic Excellence,
Tech erudition
47 | and Acumen. Here Is A Chance For You To Comprehend The Journey Traversed,
48 | The Great Successes Witnessed & Foster A Healthier And More Profitable Future. Cheers!
49 |
56 |