https://accounts.authorization.us.com/

Submitted URL:
https://accounts.authorization.us.com/
Report Finished:

JavaScript Variables · 3 found

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

HTML

<!DOCTYPE html><html><head>
	<title>AI &amp; Automation</title>
	<style>
		@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Prata&display=swap');

		:root {
			--f-headline: 'Prata', serif;
			--f-body: 'Open Sans', sans-serif;

			--c-primary: #e24630;
			--c-darkest: #4c4f55;
			--c-lightest: #ffffff;
		}

		* {
			padding: 0;
			margin: 0;
			border: 0;
			box-sizing: border-box;
		}

		html {
			font-size: 62.5%;
		}

		body {
			font-size: 1.6rem;
			line-height: 1.625;
			font-family: var(--f-body);
			color: var(--c-darkest);
		}

		/* WYWIWG Styles */

		.rich-text p {
			font-size: 1.6rem;
		}

		.rich-text a {
			color: var(--c-primary);
		}

		.rich-text h1,
		.rich-text h2,
		.rich-text h3,
		.rich-text h4 {
			font-family: var(--f-headline);
			padding-top: 4rem
		}

		.rich-text h1 {
			font-size: 3.6rem;
		}

		.rich-text h2 {
			font-size: 2.8rem;
		}

		.rich-text h3 {
			padding-top: 2rem;
			font-size: 2.2rem;
		}

		.rich-text li:not(:last-child) {
			margin-bottom: 1.2rem;
		}

		.rich-text ul li {
			position: relative;
			display: block;
			padding-left: 1.8rem;
		}

		.rich-text ul li:after {
			content: '';
			display: block;
			height: .6rem;
			width: .6rem;
			position: absolute;
			top: .9rem;
			left: 0;
			border-radius: 100%;
			background-color: var(--c-primary);
		}


		.rich-text>*:not(:last-child) {
			margin-bottom: 4rem;
		}

		.article {
			display: flex;
			align-items: flex-start;
			min-height: 100vh;
		}

		.article__body {
			width: 50%;
			padding: 20vh 5%;
			max-width: 70rem;
			margin-left: auto;
			margin-right: auto;
		}

		.article__image {
			position: sticky;
			top: 0;
			width: 50%;
		}

		.article__image-wrapper {
			position: relative;
			min-height: 100vh;
		}

		.article__image-wrapper img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.header {
			margin-bottom: 20rem;
		}

		.header__cat {
			display: block;
			text-transform: uppercase;
			font-size: 1.1rem;
			margin-bottom: 3rem;
			letter-spacing: 0.1rem;
			font-family: var(--f-body);
			font-weight: bold;
			opacity: .6;
		}

		.header__title {
			font-size: 4.2rem;
			font-family: var(--f-headline);
			color: var(--c-primary);
			line-height: 1.15;
		}

		.article__end {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			min-height: 33vh;
			background-color: var(--c-primary);
			text-decoration: none;
		}

		.article__end-text {
			font-size: 2.8rem;
			font-family: var(--f-headline);
			color: var(--c-lightest);
		}
	</style>
</head>

<body>
	<article class="article">
		<div class="article__body">
			<section class="header">
				<h1 class="header__title">AI &amp; Automation</h1>
			</section>

			<section class="text-block rich-text">
				<main>
					<p>Artificial intelligence (AI) and automation are transforming the way we live and work. These technologies have the potential to revolutionize industries and improve our lives in countless ways. However, they also raise important questions about the future of work, privacy, and society as a whole.</p>
					<h2>What is AI?</h2>
					<p>AI refers to the ability of machines to perform tasks that would normally require human intelligence, such as recognizing speech, making decisions, and understanding natural language. This is made possible by algorithms that can process large amounts of data and learn from it.</p>
					<h2>What is automation?</h2>
					<p>Automation refers to the use of technology to perform tasks that would normally require human intervention. This can range from simple repetitive tasks, such as assembly line work, to more complex tasks, such as driving a car.</p>
					<h2>How are AI and automation being used?</h2>
					<p>AI and automation are being used in a wide variety of industries and applications, including:</p>
					<ul>
						<li>Manufacturing: robots are being used to assemble products more quickly and efficiently.</li>
						<li>Transportation: self-driving cars and trucks are being developed to improve safety and efficiency.</li>
						<li>Healthcare: AI is being used to analyze medical images and assist with diagnoses.</li>
						<li>Finance: AI is being used to detect fraud and make investment decisions.</li>
					</ul>
					<h2>What are the challenges?</h2>
					<p>While AI and automation have the potential to create many benefits, there are also challenges that need to be addressed</p>
				</main>
			</section>
		</div>

		<div class="article__image">
			<div class="article__image-wrapper">
				<img src="https://images.unsplash.com/photo-1525547719571-a2d4ac8945e2?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=928&amp;q=80" alt="">
			</div>
		</div>
	</article>
	<a href="#" class="article__end">
		<p class="article__end-text">Next article</p>
	</a>


</body></html>