{"id":373,"date":"2024-10-23T19:25:31","date_gmt":"2024-10-23T19:25:31","guid":{"rendered":"https:\/\/sites.wp.odu.edu\/nicoleselo\/?page_id=373"},"modified":"2024-12-10T01:45:15","modified_gmt":"2024-12-10T01:45:15","slug":"html","status":"publish","type":"page","link":"https:\/\/sites.wp.odu.edu\/nicoleselo\/html\/","title":{"rendered":"HTML"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Contact page made with HTML<\/h2>\n\n\n\n<p>This contact page demonstrates responsive design, interactive features, and detailed styling using <strong>HTML5<\/strong>, <strong>CSS3<\/strong>, and advanced effects. Below are the key sections and features included on the page:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Navigation Menu<\/h2>\n\n\n\n<p><strong>Description:<\/strong> A horizontal navigation bar with links to different pages. Hover effects are implemented to improve user experience and indicate active links.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;nav&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"Home.html\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"AboutMe.html\"&gt;About Me&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"Projects.html\"&gt;Projects&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"Contact.html\"&gt;Contact&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/nav&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"160\" src=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM-1024x160.png\" alt=\"\" class=\"wp-image-444\" srcset=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM-1024x160.png 1024w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM-300x47.png 300w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM-768x120.png 768w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM-600x94.png 600w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.25.17\u202fPM.png 1282w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Interactive Section Hover Effect<\/h2>\n\n\n\n<p><strong>Description:<\/strong> The section containing contact details highlights various gradient colors when hovered over, demonstrating advanced hover animations.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>section:hover {\n  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0), \n              0 0 25px 10px rgba(255, 0, 0, 0.6),\n              0 0 35px 15px rgba(255, 165, 0, 0.6),\n              0 0 45px 20px rgba(255, 255, 0, 0.6),\n              0 0 55px 25px rgba(0, 255, 0, 0.6),\n              0 0 65px 30px rgba(0, 0, 255, 0.6),\n              0 0 75px 35px rgba(75, 0, 130, 0.6),\n              0 0 85px 40px rgba(238, 130, 238, 0.6);\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"379\" src=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-1024x379.png\" alt=\"\" class=\"wp-image-445\" srcset=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-1024x379.png 1024w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-300x111.png 300w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-768x284.png 768w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-1536x568.png 1536w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM-600x222.png 600w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.32.41\u202fPM.png 1952w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Call-to-Action Button<\/h2>\n\n\n\n<p><strong>Description:<\/strong> A <strong>LinkedIn button<\/strong> with hover effects and gradient transitions, linking directly to my professional profile.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;button class=\"linkedin-btn\" onclick=\"window.location.href='https:\/\/www.linkedin.com\/in\/nicole-selo-ojeme-922223157\/'\"&gt;\n  My LinkedIn\n&lt;\/button&gt;\n\n.linkedin-btn:hover {\n  background: linear-gradient(45deg, #0ef, #ff0080);\n  transform: scale(1.05);\n}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"114\" data-id=\"446\" src=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM-1024x114.png\" alt=\"\" class=\"wp-image-446\" srcset=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM-1024x114.png 1024w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM-300x33.png 300w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM-768x85.png 768w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM-600x67.png 600w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.36.21\u202fPM.png 1494w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Contact Form<\/h2>\n\n\n\n<p><strong>Description:<\/strong> A sleek, minimalistic form with custom input styles and a gradient button. Input validation ensures that required fields are completed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"form\"&gt;\n  &lt;div class=\"inp\"&gt;\n    &lt;input type=\"text\" id=\"name\" class=\"input\" placeholder=\"Enter your name\" required&gt;\n  &lt;\/div&gt;\n  &lt;div class=\"inp\"&gt;\n    &lt;input type=\"email\" id=\"email\" class=\"input\" placeholder=\"Enter your email\" required&gt;\n  &lt;\/div&gt;\n  &lt;div class=\"inp\"&gt;\n    &lt;textarea id=\"message\" class=\"input\" rows=\"5\" placeholder=\"Your message\" required&gt;&lt;\/textarea&gt;\n  &lt;\/div&gt;\n  &lt;button class=\"submit\"&gt;Submit&lt;\/button&gt;\n&lt;\/div&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"703\" src=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-1024x703.png\" alt=\"\" class=\"wp-image-447\" srcset=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-1024x703.png 1024w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-300x206.png 300w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-768x527.png 768w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-1536x1054.png 1536w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM-437x300.png 437w, https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-content\/uploads\/sites\/30249\/2024\/12\/Screenshot-2024-12-09-at-8.39.57\u202fPM.png 1912w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Contact page made with HTML This contact page demonstrates responsive design, interactive features, and detailed styling using HTML5, CSS3, and advanced effects. Below are the key sections and features included on the page: Navigation Menu Description: A horizontal navigation bar with links to different pages. Hover effects are implemented to improve user experience and indicate&#8230; <\/p>\n<div class=\"link-more\"><a href=\"https:\/\/sites.wp.odu.edu\/nicoleselo\/html\/\">Read More<\/a><\/div>\n","protected":false},"author":20434,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/pages\/373"}],"collection":[{"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/users\/20434"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/comments?post=373"}],"version-history":[{"count":2,"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/pages\/373\/revisions"}],"predecessor-version":[{"id":448,"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/pages\/373\/revisions\/448"}],"wp:attachment":[{"href":"https:\/\/sites.wp.odu.edu\/nicoleselo\/wp-json\/wp\/v2\/media?parent=373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}